diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-03 17:36:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-03 17:36:11 +0000 |
| commit | 60e0f7e23db8e7551e2de19d95b78bb38bdb6cbf (patch) | |
| tree | a40b515b05f2aa06016a1586a00af6962810bd86 | |
| parent | 9361c5abbd07ba5b97a7ca3aacbe1d93a83b8bfb (diff) | |
Notes
| -rw-r--r-- | sys/fs/msdosfs/msdosfsmount.h | 10 | ||||
| -rw-r--r-- | sys/msdosfs/msdosfsmount.h | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 1c316e31aad3..0ab41b47d8cd 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: msdosfsmount.h,v 1.10 1997/02/22 09:40:49 peter Exp $ */ /* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */ /*- @@ -48,6 +48,11 @@ * October 1992 */ +#ifndef _MSDOSFS_MSDOSFSMOUNT_H_ +#define _MSDOSFS_MSDOSFSMOUNT_H_ + +#ifdef KERNEL + /* * Layout of the mount control block for a msdos file system. */ @@ -170,6 +175,8 @@ struct msdosfsmount { int msdosfs_init __P((struct vfsconf *vfsp)); +#endif /* KERNEL */ + /* * Arguments to mount MSDOS filesystems. */ @@ -181,3 +188,4 @@ struct msdosfs_args { mode_t mask; /* mask to be applied for msdosfs perms */ }; +#endif /* !_MSDOSFS_MSDOSFSMOUNT_H_ */ diff --git a/sys/msdosfs/msdosfsmount.h b/sys/msdosfs/msdosfsmount.h index 1c316e31aad3..0ab41b47d8cd 100644 --- a/sys/msdosfs/msdosfsmount.h +++ b/sys/msdosfs/msdosfsmount.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: msdosfsmount.h,v 1.10 1997/02/22 09:40:49 peter Exp $ */ /* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */ /*- @@ -48,6 +48,11 @@ * October 1992 */ +#ifndef _MSDOSFS_MSDOSFSMOUNT_H_ +#define _MSDOSFS_MSDOSFSMOUNT_H_ + +#ifdef KERNEL + /* * Layout of the mount control block for a msdos file system. */ @@ -170,6 +175,8 @@ struct msdosfsmount { int msdosfs_init __P((struct vfsconf *vfsp)); +#endif /* KERNEL */ + /* * Arguments to mount MSDOS filesystems. */ @@ -181,3 +188,4 @@ struct msdosfs_args { mode_t mask; /* mask to be applied for msdosfs perms */ }; +#endif /* !_MSDOSFS_MSDOSFSMOUNT_H_ */ |
