summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-12 03:16:34 +0000
committerbde <bde@FreeBSD.org>1996-09-12 03:16:34 +0000
commitc7aeb11bfa8bde102b3fce6486b3d9018c68f48b (patch)
treeea97d051a19a9a4a641315a44215ebc4000f2fed
parent5639f058b910faaa2f8afe769fa88bd59dd16906 (diff)
downloadFreeBSD-src-c7aeb11bfa8bde102b3fce6486b3d9018c68f48b.zip
FreeBSD-src-c7aeb11bfa8bde102b3fce6486b3d9018c68f48b.tar.gz
Added a struct tag `fsid' for fsid_t so that sysproto.h can declare
prototypes for the lfs syscalls without having to include <sys/mount.h> and its nested spam.
-rw-r--r--sys/sys/mount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index d044d29..4580650 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.13 (Berkeley) 3/27/94
- * $Id: mount.h,v 1.31 1996/01/30 23:00:54 mpp Exp $
+ * $Id: mount.h,v 1.32 1996/09/03 07:09:09 davidg Exp $
*/
#ifndef _SYS_MOUNT_H_
@@ -42,7 +42,7 @@
#endif
#include <sys/queue.h>
-typedef struct { long val[2]; } fsid_t; /* file system id type */
+typedef struct fsid { long val[2]; } fsid_t; /* file system id type */
/*
* File identifier.
OpenPOWER on IntegriCloud