diff options
Diffstat (limited to 'usr.bin/tcfs/tcfs_getstatus.c')
-rw-r--r-- | usr.bin/tcfs/tcfs_getstatus.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/tcfs/tcfs_getstatus.c b/usr.bin/tcfs/tcfs_getstatus.c index 1475392f190..5c135d9ff0e 100644 --- a/usr.bin/tcfs/tcfs_getstatus.c +++ b/usr.bin/tcfs/tcfs_getstatus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs_getstatus.c,v 1.6 2000/06/20 07:09:46 fgsch Exp $ */ +/* $OpenBSD: tcfs_getstatus.c,v 1.7 2000/06/20 07:58:57 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -12,17 +12,18 @@ * Base utility set v0.1 */ +#include <sys/types.h> +#include <sys/mount.h> +#include <sys/param.h> +#include <sys/ucred.h> #include <ctype.h> #include <pwd.h> #include <unistd.h> -#include <sys/types.h> -#include <sys/param.h> -#include <sys/mount.h> + #include <miscfs/tcfs/tcfs.h> #include <miscfs/tcfs/tcfs_cmd.h> -#include "tcfsdefines.h" -#include <sys/ucred.h> +#include "tcfsdefines.h" #include "tcfslib.h" #include "tcfspwdb.h" |