aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_udf
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-06-01 09:39:36 +0000
committerXin LI <delphij@FreeBSD.org>2005-06-01 09:39:36 +0000
commit73ac45052f0c9d5ff55352ce80a0cec86b831908 (patch)
tree4c7df792f9460a2623bdeb425db125d58aaff586 /sbin/mount_udf
parent7a3afb563cd3501ecdc30c70d0e3a4a4a28e07b9 (diff)
Notes
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r--sbin/mount_udf/mount_udf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c
index 080fab8d1999..4c8dbef59ac8 100644
--- a/sbin/mount_udf/mount_udf.c
+++ b/sbin/mount_udf/mount_udf.c
@@ -64,7 +64,7 @@
struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_UPDATE,
- { NULL, 0, 0, 0 }
+ MOPT_NULL
};
int set_charset(char **, char **, const char *);