summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/mntopts.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /sbin/mount_nfs/mntopts.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'sbin/mount_nfs/mntopts.h')
-rw-r--r--sbin/mount_nfs/mntopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mntopts.h b/sbin/mount_nfs/mntopts.h
index 8b98770c42a..2e85b063150 100644
--- a/sbin/mount_nfs/mntopts.h
+++ b/sbin/mount_nfs/mntopts.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mntopts.h,v 1.1 1996/03/21 00:16:00 niklas Exp $ */
+/* $OpenBSD: mntopts.h,v 1.2 2002/02/16 21:27:36 millert Exp $ */
/*-
* Copyright (c) 1994
@@ -78,5 +78,5 @@ struct mntopt {
MOPT_RDONLY, \
MOPT_UNION
-void getmntopts __P((const char *, const struct mntopt *, int *, int *));
+void getmntopts(const char *, const struct mntopt *, int *, int *);
extern int getmnt_silent;