summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ifs/mntopts.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-24 21:02:51 +0000
committersteve <steve@FreeBSD.org>1997-08-24 21:02:51 +0000
commit99d48d545adcc46707f43d98599d352fe3c16792 (patch)
tree93034739ccfce81f14e603ef907382b7f42b847e /sbin/mount_ifs/mntopts.h
parent30f7c300787da5cd36c457b534171c77ea9ea74d (diff)
downloadFreeBSD-src-99d48d545adcc46707f43d98599d352fe3c16792.zip
FreeBSD-src-99d48d545adcc46707f43d98599d352fe3c16792.tar.gz
Try to avoid mounting filesystems multiple times. Also while
I'm here do some -Wall cleaning. PR: kern/1839 Reviewed and corrected by: joerg
Diffstat (limited to 'sbin/mount_ifs/mntopts.h')
-rw-r--r--sbin/mount_ifs/mntopts.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/mount_ifs/mntopts.h b/sbin/mount_ifs/mntopts.h
index 8ca1260..4a595ee 100644
--- a/sbin/mount_ifs/mntopts.h
+++ b/sbin/mount_ifs/mntopts.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mntopts.h 8.7 (Berkeley) 3/29/95
+ * $Id$
*/
struct mntopt {
@@ -77,6 +78,3 @@ struct mntopt {
MOPT_NOSUID, \
MOPT_RDONLY, \
MOPT_UNION
-
-void getmntopts __P((const char *, const struct mntopt *, int *, int *));
-extern int getmnt_silent;
OpenPOWER on IntegriCloud