diff options
author | 2011-07-08 15:09:32 +0000 | |
---|---|---|
committer | 2011-07-08 15:09:32 +0000 | |
commit | 198fe0524b03c50a7146849669a13794448fb307 (patch) | |
tree | 576a3dfd5d7bdd360eb8b66c3e199b0b760d6e76 | |
parent | vm_43.c somehow escaped when its coconspirators were rounded up. (diff) | |
download | wireguard-openbsd-198fe0524b03c50a7146849669a13794448fb307.tar.xz wireguard-openbsd-198fe0524b03c50a7146849669a13794448fb307.zip |
do 1.174 correctly and remove (commented out) option PORTAL
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index fc9e1ce38a9..584995ed105 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.177 2011/07/04 20:43:46 thib Exp $ +# $OpenBSD: GENERIC,v 1.178 2011/07/08 15:09:32 jsg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -46,7 +46,6 @@ option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED -#option PORTAL # dynamically created filesystem objects option SOCKET_SPLICE # Socket Splicing for TCP option TCP_SACK # Selective Acknowledgements for TCP |