diff options
author | ru <ru@FreeBSD.org> | 2003-03-22 14:18:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-22 14:18:23 +0000 |
commit | 3e931513355316b2b0df9b85e29ec7c3f9df7695 (patch) | |
tree | 082d3c2610c3301cca59bc3218cc23d56f326c91 /sys/i386/conf | |
parent | 938f2753fc9e1d51c4373379ad739e0c22093db3 (diff) | |
download | FreeBSD-src-3e931513355316b2b0df9b85e29ec7c3f9df7695.zip FreeBSD-src-3e931513355316b2b0df9b85e29ec7c3f9df7695.tar.gz |
Remove bitrot associated with `maxusers'.
Submitted by: bde
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f35dd5a..fbb0689 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -23,7 +23,6 @@ cpu I486_CPU cpu I586_CPU cpu I686_CPU ident GENERIC -maxusers 0 #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. |