diff options
author | markm <markm@FreeBSD.org> | 2001-03-02 05:57:39 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-03-02 05:57:39 +0000 |
commit | 9058f137ef4e20e512cf73bf5f23b86e9b06ddce (patch) | |
tree | 85dad9566464dd97036345d29d918e5bcddb5d32 | |
parent | 2403b2bc07885c7742ccedd409be1eddfb9c1a97 (diff) | |
download | FreeBSD-src-9058f137ef4e20e512cf73bf5f23b86e9b06ddce.zip FreeBSD-src-9058f137ef4e20e512cf73bf5f23b86e9b06ddce.tar.gz |
Back out a removal that I was far to quick to apply. The root cause
has been fixed.
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index bd52cf0..fbc2d0e 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2574,6 +2574,9 @@ options SPX_HACK # Enable Linux ABI emulation options COMPAT_LINUX +# Enable the linux-like proc filesystem support (requires COMPAT_LINUX) +options LINPROCFS + # Linux debugging options DEBUG_LINUX diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index bd52cf0..fbc2d0e 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2574,6 +2574,9 @@ options SPX_HACK # Enable Linux ABI emulation options COMPAT_LINUX +# Enable the linux-like proc filesystem support (requires COMPAT_LINUX) +options LINPROCFS + # Linux debugging options DEBUG_LINUX |