diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-14 18:38:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-14 18:38:18 +0000 |
commit | fc2ec69788594d731b5c590d30412e4b3d71d14f (patch) | |
tree | 414fa078e741d9f245083c993960db4d49ffa6b7 /sys/arch/i386/conf/TDR | |
parent | 6d959abce010caa6aeb00140022f4e353f646a61 (diff) |
fix NetBSD PR#1176.
add description for PORTAL option.
Diffstat (limited to 'sys/arch/i386/conf/TDR')
-rw-r--r-- | sys/arch/i386/conf/TDR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index 5c30b765aa5..55a7a3bee23 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $OpenBSD: TDR,v 1.8 1996/05/06 11:49:26 deraadt Exp $ +# $OpenBSD: TDR,v 1.9 1996/05/14 18:38:17 mickey Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -63,7 +63,7 @@ options FDESC # /dev/fd options FIFO # FIFOs; RECOMMENDED options KERNFS # /kern #options NULLFS # loopback file system -#options PORTAL # ? +#options PORTAL # create sockets with open(2) #options PROCFS # /proc #options UMAPFS # NULLFS + uid and gid remapping options UNION # union file system |