summaryrefslogtreecommitdiffstats
path: root/src/cmd/factotum/x.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-13 05:58:45 +0000
committerrsc <devnull@localhost>2005-02-13 05:58:45 +0000
commit0f8ec41b0ae522b73085fa1662461e6351ba7e54 (patch)
tree2d54cfd8208bdd903273ccc7df889677cf7fe8d5 /src/cmd/factotum/x.c
parent7637c81af02c49ef508b946dfdec39f757a658d4 (diff)
downloadplan9port-0f8ec41b0ae522b73085fa1662461e6351ba7e54.tar.gz
plan9port-0f8ec41b0ae522b73085fa1662461e6351ba7e54.zip
moving to auth
Diffstat (limited to 'src/cmd/factotum/x.c')
-rw-r--r--src/cmd/factotum/x.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cmd/factotum/x.c b/src/cmd/factotum/x.c
deleted file mode 100644
index 3bedfdd4..00000000
--- a/src/cmd/factotum/x.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <u.h>
-#include <libc.h>
-#include <auth.h>
-
-void
-f(void*)
-{
-}
-
-void
-main(void)
-{
- f(auth_challenge);
- f(auth_response);
-}