From 5173bfd387bd8bedfdc02dd719466c21427d9216 Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 10 Jun 2005 09:51:43 +0000 Subject: Use MOPT_END in favor of MOPT_NULL, which better describes the purporse of the macro. --- sbin/mount_nfs/mount_nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_nfs') 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 = { -- cgit v1.1