diff options
author | bde <bde@FreeBSD.org> | 1995-12-16 02:19:17 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-16 02:19:17 +0000 |
commit | 38101d0da2e7aa1216775dcee1e8e486f63465eb (patch) | |
tree | 179881fc05f1cfc1997d574f7d762ffb7eae06a6 /sys/conf | |
parent | 113a24d243071d21a3c6113ce3024dbbf68fc5f6 (diff) | |
download | FreeBSD-src-38101d0da2e7aa1216775dcee1e8e486f63465eb.zip FreeBSD-src-38101d0da2e7aa1216775dcee1e8e486f63465eb.tar.gz |
Added undocumented option LINUX so that it gets tested.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 33a3d70..570e384 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.221 1995/12/12 08:46:37 gibbs Exp $ +# $Id: LINT,v 1.222 1995/12/14 14:35:28 peter Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -845,4 +845,5 @@ options POWERFAIL_NMI # make it beep instead of panicing options COMPAT_LINUX options "EXT2FS" options "IBCS2" +options LINUX options SHOW_BUSYBUFS # List buffers that prevent root unmount |