From 7a8671e9b77c80c7d77a2309905bc24ac227f717 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Mon, 4 Dec 2000 09:21:05 +0000 Subject: remove struct mount from useland visibility --- sys/sys/mount.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys') diff --git a/sys/sys/mount.h b/sys/sys/mount.h index c7879521cc4e..77ee4e521542 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -39,7 +39,9 @@ #include #include +#ifdef _KERNEL #include +#endif typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ @@ -92,6 +94,7 @@ struct statfs { long f_spare[2]; /* unused spare */ }; +#ifdef _KERNEL /* * Structure per mounted file system. Each mounted file system has an * array of operations and an instance record. The file systems are @@ -116,6 +119,7 @@ struct mount { time_t mnt_time; /* last time written*/ u_int mnt_iosize_max; /* max IO request size */ }; +#endif /* _KERNEL */ /* * User specifiable flags. -- cgit v1.2.3