summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2000-06-20 08:28:02 +0000
committerfgsch <fgsch@openbsd.org>2000-06-20 08:28:02 +0000
commit9a4108851e6c1fabe30d5ca706049ccb474835dc (patch)
treed3125ab02f37fc6495ae7f2a7b1e9aa0882b3344
parentweird. missing OpenBSD tags. (diff)
downloadwireguard-openbsd-9a4108851e6c1fabe30d5ca706049ccb474835dc.tar.xz
wireguard-openbsd-9a4108851e6c1fabe30d5ca706049ccb474835dc.zip
oops from my prev commit. move param.h above mount.h so NGROUPS is found.
-rw-r--r--usr.bin/tcfs/tcfs_flags.c4
-rw-r--r--usr.bin/tcfs/tcfs_getstatus.c4
-rw-r--r--usr.bin/tcfs/tcfsflag.c4
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>