diff options
author | 1996-02-20 01:15:37 +0000 | |
---|---|---|
committer | 1996-02-20 01:15:37 +0000 | |
commit | 51a2cff1b0416c3c8b95e7363471c5be86a2b044 (patch) | |
tree | 0e7579cefc6e7f874c636fb1028f602f55e65726 /sys | |
parent | Make swap accounting actually work... (diff) | |
download | wireguard-openbsd-51a2cff1b0416c3c8b95e7363471c5be86a2b044.tar.xz wireguard-openbsd-51a2cff1b0416c3c8b95e7363471c5be86a2b044.zip |
Name kernel 'bsd', not 'netbsd'
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 703489d12ad..6d4881fd1fc 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -73,7 +73,7 @@ options ISO,TPIP # OSI options EON # OSI tunneling over IP options CCITT,LLC,HDLC # X.25 -config netbsd swap generic +config bsd swap generic options GENERIC isa0 at root |