diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-06-20 01:29:15 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-06-20 01:29:15 +0000 |
commit | 0cfdf8709aa547d4290df7ff2ea6d65ea6bd9bf5 (patch) | |
tree | 229118c9d248949d2d08f13e685fdab213961b0b /usr.bin/tcfs/tcfsrun.c | |
parent | 471c9f13c950f6a7e25ef52a83e209df48d2b7dd (diff) |
no include <des.h> anymore
Diffstat (limited to 'usr.bin/tcfs/tcfsrun.c')
-rw-r--r-- | usr.bin/tcfs/tcfsrun.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsrun.c b/usr.bin/tcfs/tcfsrun.c index 0014a95868c..0edb065fcd2 100644 --- a/usr.bin/tcfs/tcfsrun.c +++ b/usr.bin/tcfs/tcfsrun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsrun.c,v 1.6 2000/06/19 23:06:25 aaron Exp $ */ +/* $OpenBSD: tcfsrun.c,v 1.7 2000/06/20 01:29:14 provos Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -17,7 +17,6 @@ #include <sys/mount.h> #include <sys/wait.h> #include <ctype.h> -#include <des.h> #include <pwd.h> #include <stdio.h> #include <string.h> |