diff options
Diffstat (limited to 'usr.bin/tcfs/tcfsflag.c')
-rw-r--r-- | usr.bin/tcfs/tcfsflag.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsflag.c b/usr.bin/tcfs/tcfsflag.c index 321204382f2..352b0c73618 100644 --- a/usr.bin/tcfs/tcfsflag.c +++ b/usr.bin/tcfs/tcfsflag.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsflag.c,v 1.8 2000/06/20 07:58:57 fgsch Exp $ */ +/* $OpenBSD: tcfsflag.c,v 1.9 2000/06/20 08:28:02 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -13,8 +13,8 @@ */ #include <sys/types.h> -#include <sys/mount.h> #include <sys/param.h> +#include <sys/mount.h> #include <sys/wait.h> #include <ctype.h> #include <errno.h> |