diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-11-22 17:54:56 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-11-22 17:54:56 +0000 |
| commit | 5a4420e314efd8db100b7263321b8dbe4b916b01 (patch) | |
| tree | 38e682281aaae656c799b694a3259176c7d8336e /sbin/mount | |
| parent | 89368610f8d99992a476bc07b86a2df00a3ed433 (diff) | |
Notes
Diffstat (limited to 'sbin/mount')
| -rw-r--r-- | sbin/mount/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 317777665c65..877339b731b6 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -117,7 +117,7 @@ static struct opt { */ static const char * remountable_fs_names[] = { - "ufs", "ffs", "lfs", "ext2fs", + "ufs", "ffs", "ext2fs", 0 }; |
