summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/getmntopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_nfs/getmntopts.c')
-rw-r--r--sbin/mount_nfs/getmntopts.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sbin/mount_nfs/getmntopts.c b/sbin/mount_nfs/getmntopts.c
index d65bcc6d469..d75e1e52875 100644
--- a/sbin/mount_nfs/getmntopts.c
+++ b/sbin/mount_nfs/getmntopts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getmntopts.c,v 1.2 2003/06/02 20:06:15 millert Exp $ */
+/* $OpenBSD: getmntopts.c,v 1.3 2003/06/11 06:22:14 deraadt Exp $ */
/*-
* Copyright (c) 1994
@@ -47,11 +47,8 @@ static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95";
int getmnt_silent = 0;
void
-getmntopts(options, m0, flagp, altflagp)
- const char *options;
- const struct mntopt *m0;
- int *flagp;
- int *altflagp;
+getmntopts(const char *options, const struct mntopt *m0, int *flagp,
+ int *altflagp)
{
const struct mntopt *m;
int negative;