diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 04:01:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 04:01:28 +0000 |
commit | 65e88d87997d4f7d40c47ef1e43b3bade12d6a12 (patch) | |
tree | 144507d63fe1e6dddb4703be576c0eef33c0c2d8 | |
parent | c04a175c74ff1d849b1f51968950cdac1a52cb37 (diff) |
require UNION
-rw-r--r-- | sys/arch/i386/conf/TDR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index d3e10262124..4f352ed327a 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -59,7 +59,7 @@ options KERNFS # /kern #options PORTAL # ? #options PROCFS # /proc #options UMAPFS # NULLFS + uid and gid remapping -#options UNION # union file system +options UNION # union file system options GATEWAY # packet forwarding options INET # IP + ICMP + TCP + UDP |