diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-06-01 09:39:36 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-06-01 09:39:36 +0000 |
| commit | 73ac45052f0c9d5ff55352ce80a0cec86b831908 (patch) | |
| tree | 4c7df792f9460a2623bdeb425db125d58aaff586 /sbin/mount/mount_ufs.c | |
| parent | 7a3afb563cd3501ecdc30c70d0e3a4a4a28e07b9 (diff) | |
Notes
Diffstat (limited to 'sbin/mount/mount_ufs.c')
| -rw-r--r-- | sbin/mount/mount_ufs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index ff1c126b6390..e18247b23860 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -64,7 +64,7 @@ static struct mntopt mopts[] = { MOPT_SYNC, MOPT_UPDATE, MOPT_SNAPSHOT, - { NULL } + MOPT_NULL }; int |
