aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_std
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-06-10 09:51:43 +0000
committerXin LI <delphij@FreeBSD.org>2005-06-10 09:51:43 +0000
commit46b7a14ba40ee64e15ab2022897d62484b4cedf6 (patch)
tree0e6a4ab8b8aa5578febfa41f0a076ce9ae4cf5a8 /sbin/mount_std
parent6dded714b5f8729cf365ae14fb6c3a7dd1a30422 (diff)
Notes
Diffstat (limited to 'sbin/mount_std')
-rw-r--r--sbin/mount_std/mount_std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c
index 601cab4b1a24..ec8041d241c7 100644
--- a/sbin/mount_std/mount_std.c
+++ b/sbin/mount_std/mount_std.c
@@ -59,7 +59,7 @@ static const char rcsid[] =
static struct mntopt mopts[] = {
MOPT_STDOPTS,
- MOPT_NULL
+ MOPT_END
};
static char *fsname;