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/tcfstat.c | |
parent | 471c9f13c950f6a7e25ef52a83e209df48d2b7dd (diff) |
no include <des.h> anymore
Diffstat (limited to 'usr.bin/tcfs/tcfstat.c')
-rw-r--r-- | usr.bin/tcfs/tcfstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tcfs/tcfstat.c b/usr.bin/tcfs/tcfstat.c index 4033b0d1524..469ea7bbd2f 100644 --- a/usr.bin/tcfs/tcfstat.c +++ b/usr.bin/tcfs/tcfstat.c @@ -14,7 +14,6 @@ #include <sys/param.h> #include <sys/mount.h> #include <sys/wait.h> -#include <des.h> #include <stdio.h> #include <string.h> #include <unistd.h> |