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_std/mount_std.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_std') diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c index 601cab4..ec8041d 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; -- cgit v1.1