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_ext2fs/mount_ext2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_ext2fs/mount_ext2fs.c') diff --git a/sbin/mount_ext2fs/mount_ext2fs.c b/sbin/mount_ext2fs/mount_ext2fs.c index a74a5d7..4e72454 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.c +++ b/sbin/mount_ext2fs/mount_ext2fs.c @@ -60,7 +60,7 @@ struct mntopt mopts[] = { MOPT_FORCE, MOPT_SYNC, MOPT_UPDATE, - MOPT_NULL + MOPT_END }; static void usage(void) __dead2; -- cgit v1.1