summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-06-10 09:51:43 +0000
committerdelphij <delphij@FreeBSD.org>2005-06-10 09:51:43 +0000
commit5173bfd387bd8bedfdc02dd719466c21427d9216 (patch)
tree0e6a4ab8b8aa5578febfa41f0a076ce9ae4cf5a8 /sbin/mount_nfs
parentaaea0db09900b2d37eac80912e4997bdb8ca9e6d (diff)
downloadFreeBSD-src-5173bfd387bd8bedfdc02dd719466c21427d9216.zip
FreeBSD-src-5173bfd387bd8bedfdc02dd719466c21427d9216.tar.gz
Use MOPT_END in favor of MOPT_NULL, which better describes the purporse
of the macro.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/mount_nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c
index 4af2d65..a2e0586 100644
--- a/sbin/mount_nfs/mount_nfs.c
+++ b/sbin/mount_nfs/mount_nfs.c
@@ -121,7 +121,7 @@ struct mntopt mopts[] = {
{ "lockd", 1, ALTF_NOLOCKD, 1 },
{ "inet4", 1, ALTF_NOINET4, 1 },
{ "inet6", 1, ALTF_NOINET6, 1 },
- MOPT_NULL
+ MOPT_END
};
struct nfs_args nfsdefargs = {
OpenPOWER on IntegriCloud