summaryrefslogtreecommitdiff
path: root/sbin/mount_lfs/mount_lfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_lfs/mount_lfs.c')
-rw-r--r--sbin/mount_lfs/mount_lfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_lfs/mount_lfs.c b/sbin/mount_lfs/mount_lfs.c
index 28d1f7fa0ce..b46ce67444f 100644
--- a/sbin/mount_lfs/mount_lfs.c
+++ b/sbin/mount_lfs/mount_lfs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_lfs.c,v 1.2 1995/03/18 14:57:32 cgd Exp $ */
+/* $NetBSD: mount_lfs.c,v 1.4 1996/04/13 05:35:44 cgd Exp $ */
/*-
* Copyright (c) 1993, 1994
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)mount_lfs.c 8.3 (Berkeley) 3/27/94";
#else
-static char rcsid[] = "$NetBSD: mount_lfs.c,v 1.2 1995/03/18 14:57:32 cgd Exp $";
+static char rcsid[] = "$NetBSD: mount_lfs.c,v 1.4 1996/04/13 05:35:44 cgd Exp $";
#endif
#endif /* not lint */
@@ -59,7 +59,7 @@ static char rcsid[] = "$NetBSD: mount_lfs.c,v 1.2 1995/03/18 14:57:32 cgd Exp $"
#include "mntopts.h"
#include "pathnames.h"
-struct mntopt mopts[] = {
+const struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_UPDATE,
{ NULL }