diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 08:28:03 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 08:28:03 +0000 |
commit | feb936886e01ac414680fcec883678c7c2b5b3ab (patch) | |
tree | b258fc784cce8e75d67a7f0ec54dd7b32b895661 /usr.bin/tcfs | |
parent | 5a2a065d975f20772c7f199ab218c16f41739d85 (diff) |
oops from my prev commit. move param.h above mount.h so NGROUPS is found.
Diffstat (limited to 'usr.bin/tcfs')
-rw-r--r-- | usr.bin/tcfs/tcfs_flags.c | 4 | ||||
-rw-r--r-- | usr.bin/tcfs/tcfs_getstatus.c | 4 | ||||
-rw-r--r-- | usr.bin/tcfs/tcfsflag.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/tcfs/tcfs_flags.c b/usr.bin/tcfs/tcfs_flags.c index acb7bb0139d..4c106324e58 100644 --- a/usr.bin/tcfs/tcfs_flags.c +++ b/usr.bin/tcfs/tcfs_flags.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs_flags.c,v 1.6 2000/06/20 07:58:57 fgsch Exp $ */ +/* $OpenBSD: tcfs_flags.c,v 1.7 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/stat.h> #include <sys/wait.h> #include <ctype.h> diff --git a/usr.bin/tcfs/tcfs_getstatus.c b/usr.bin/tcfs/tcfs_getstatus.c index 5c135d9ff0e..7321ade0679 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.7 2000/06/20 07:58:57 fgsch Exp $ */ +/* $OpenBSD: tcfs_getstatus.c,v 1.8 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/ucred.h> #include <ctype.h> #include <pwd.h> 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> |