summaryrefslogtreecommitdiff
path: root/sbin/mount_kernfs/mount_kernfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_kernfs/mount_kernfs.c')
-rw-r--r--sbin/mount_kernfs/mount_kernfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_kernfs/mount_kernfs.c b/sbin/mount_kernfs/mount_kernfs.c
index 84f141b9d17..283c77c1d23 100644
--- a/sbin/mount_kernfs/mount_kernfs.c
+++ b/sbin/mount_kernfs/mount_kernfs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_kernfs.c,v 1.6 1995/03/18 14:57:27 cgd Exp $ */
+/* $NetBSD: mount_kernfs.c,v 1.8 1996/04/13 05:35:39 cgd Exp $ */
/*
* Copyright (c) 1990, 1992 Jan-Simon Pendry
@@ -47,7 +47,7 @@ char copyright[] =
#if 0
static char sccsid[] = "@(#)mount_kernfs.c 8.2 (Berkeley) 3/27/94";
#else
-static char rcsid[] = "$NetBSD: mount_kernfs.c,v 1.6 1995/03/18 14:57:27 cgd Exp $";
+static char rcsid[] = "$NetBSD: mount_kernfs.c,v 1.8 1996/04/13 05:35:39 cgd Exp $";
#endif
#endif /* not lint */
@@ -62,7 +62,7 @@ static char rcsid[] = "$NetBSD: mount_kernfs.c,v 1.6 1995/03/18 14:57:27 cgd Exp
#include "mntopts.h"
-struct mntopt mopts[] = {
+const struct mntopt mopts[] = {
MOPT_STDOPTS,
{ NULL }
};