summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ados/mount_ados.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_ados/mount_ados.c')
-rw-r--r--sbin/mount_ados/mount_ados.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/mount_ados/mount_ados.c b/sbin/mount_ados/mount_ados.c
index 46feeae01b6..61ebe19cbf1 100644
--- a/sbin/mount_ados/mount_ados.c
+++ b/sbin/mount_ados/mount_ados.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mount_ados.c,v 1.7 1997/08/24 08:07:05 downsj Exp $ */
+/* $OpenBSD: mount_ados.c,v 1.8 2002/02/16 21:27:36 millert Exp $ */
/* $NetBSD: mount_ados.c,v 1.5 1996/04/13 01:30:59 jtc Exp $ */
/*
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: mount_ados.c,v 1.7 1997/08/24 08:07:05 downsj Exp $";
+static char rcsid[] = "$OpenBSD: mount_ados.c,v 1.8 2002/02/16 21:27:36 millert Exp $";
#endif /* not lint */
#include <sys/cdefs.h>
@@ -56,10 +56,10 @@ const struct mntopt mopts[] = {
{ NULL }
};
-gid_t a_gid __P((char *));
-uid_t a_uid __P((char *));
-mode_t a_mask __P((char *));
-void usage __P((void));
+gid_t a_gid(char *);
+uid_t a_uid(char *);
+mode_t a_mask(char *);
+void usage(void);
int
main(argc, argv)