diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-24 23:03:55 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-24 23:03:55 +0000 |
commit | 055e840eab16bf941d2a277d6417fe0c5c470ba7 (patch) | |
tree | eec754e751f8737cffeff2e761b93e3908624a90 /sys/conf | |
parent | 426e573880398f82da24f0647522d6acf9155f81 (diff) |
correct PORTAL comment; kstailey@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index f09263790cf..91ee1b7d69a 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.24 1997/09/02 04:04:12 downsj Exp $ +# $OpenBSD: GENERIC,v 1.25 1997/09/24 23:03:54 mickey Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -45,7 +45,7 @@ option FDESC # /dev/fd option FIFO # FIFOs; RECOMMENDED option KERNFS # /kern option NULLFS # loopback file system -option PORTAL # create sockets with open(2) +option PORTAL # dynamically created filesystem objects option PROCFS # /proc option UMAPFS # NULLFS + uid and gid remapping option UNION # union file system |