From 46b7a14ba40ee64e15ab2022897d62484b4cedf6 Mon Sep 17 00:00:00 2001 From: Xin LI 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_unionfs/mount_unionfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_unionfs') diff --git a/sbin/mount_unionfs/mount_unionfs.c b/sbin/mount_unionfs/mount_unionfs.c index 9c541c6d37af..7b619eaf57fd 100644 --- a/sbin/mount_unionfs/mount_unionfs.c +++ b/sbin/mount_unionfs/mount_unionfs.c @@ -60,7 +60,7 @@ static const char rcsid[] = static struct mntopt mopts[] = { MOPT_STDOPTS, - MOPT_NULL + MOPT_END }; static int subdir(const char *, const char *); -- cgit v1.2.3