diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-15 03:04:25 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-15 03:04:25 +0000 |
commit | f91f289a9a5472f63706904a6bf5ecec00b89cc4 (patch) | |
tree | b62de464f27b805f7095b0f402efd43addec567a /lib | |
parent | aca2338790665caf3f78618178ddb3f6e82371de (diff) |
Nuke GEMDOSFS. Unused part of unused atari port. Simplifies
MSDOSFS code. Eliminates -G option to mount_msdos.
Nit detection by gwk@, tom@, jmc@.
ok weingart@ tom@ thib@ dlg@ deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mount.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index edd48cc3b89..251e7875a9d 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.34 2005/10/27 19:21:00 jaredy Exp $ +.\" $OpenBSD: mount.2,v 1.35 2006/12/15 03:04:23 krw Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -182,7 +182,6 @@ struct msdosfs_args { #define MSDOSFSMNT_SHORTNAME 1 /* Force old DOS short names only */ #define MSDOSFSMNT_LONGNAME 2 /* Force Win'95 long names */ #define MSDOSFSMNT_NOWIN95 4 /* Completely ignore Win95 entries */ -#define MSDOSFSMNT_GEMDOSFS 8 /* This is a gemdos-flavour */ .Ed .Pp .Dv MOUNT_NFS |