diff options
Diffstat (limited to 'sbin/mount_umap/mount_umap.c')
-rw-r--r-- | sbin/mount_umap/mount_umap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_umap/mount_umap.c b/sbin/mount_umap/mount_umap.c index 3112292a646..6b68b63a801 100644 --- a/sbin/mount_umap/mount_umap.c +++ b/sbin/mount_umap/mount_umap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_umap.c,v 1.8 2001/01/31 22:32:30 deraadt Exp $ */ +/* $OpenBSD: mount_umap.c,v 1.9 2002/02/16 21:27:36 millert Exp $ */ /* $NetBSD: mount_umap.c,v 1.5 1996/04/13 01:32:05 jtc Exp $ */ /* @@ -47,7 +47,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_umap.c 8.3 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$OpenBSD: mount_umap.c,v 1.8 2001/01/31 22:32:30 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: mount_umap.c,v 1.9 2002/02/16 21:27:36 millert Exp $"; #endif #endif /* not lint */ @@ -89,7 +89,7 @@ const struct mntopt mopts[] = { { NULL } }; -void usage __P((void)); +void usage(void); int main(argc, argv) |