diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-28 22:51:54 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-28 22:51:54 +0000 |
commit | bb4185a6aa503d28ed840ca4a0ba64a94826dcaa (patch) | |
tree | 5b627051ad76c7e317c35ae0abde02aa90161f6c | |
parent | e86c0206e9244eff04461b78062ecc65d51cc139 (diff) | |
download | FreeBSD-src-bb4185a6aa503d28ed840ca4a0ba64a94826dcaa.zip FreeBSD-src-bb4185a6aa503d28ed840ca4a0ba64a94826dcaa.tar.gz |
LKMs are no longer options, so remove the `options LKM' from LINT.
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3b7a5c1..9143387 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.86 1994/09/27 20:36:26 phk Exp $ +# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $ # machine "i386" @@ -96,7 +96,6 @@ pseudo-device ether #pseudo-device imp options INET #Internet communications protocols options ISO -options LKM #Loadable kernel modules pseudo-device loop #Network loop back device options NS #Xerox NS communications protocols options NSIP #XNS over IP diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 3b7a5c1..9143387 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.86 1994/09/27 20:36:26 phk Exp $ +# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $ # machine "i386" @@ -96,7 +96,6 @@ pseudo-device ether #pseudo-device imp options INET #Internet communications protocols options ISO -options LKM #Loadable kernel modules pseudo-device loop #Network loop back device options NS #Xerox NS communications protocols options NSIP #XNS over IP diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3b7a5c1..9143387 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.86 1994/09/27 20:36:26 phk Exp $ +# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $ # machine "i386" @@ -96,7 +96,6 @@ pseudo-device ether #pseudo-device imp options INET #Internet communications protocols options ISO -options LKM #Loadable kernel modules pseudo-device loop #Network loop back device options NS #Xerox NS communications protocols options NSIP #XNS over IP |