summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2005-09-22 12:36:39 +0000
committerkensmith <kensmith@FreeBSD.org>2005-09-22 12:36:39 +0000
commit6db27a0a53d18527e2b9de660f966c0aba2a2c93 (patch)
treee7d42d9558fc4f14e0a571f79ea5e7ff37a93512 /sys/amd64/conf
parentacc9af9f7a9c35c5f031c1dc8e8f19fd628fa143 (diff)
downloadFreeBSD-src-6db27a0a53d18527e2b9de660f966c0aba2a2c93.zip
FreeBSD-src-6db27a0a53d18527e2b9de660f966c0aba2a2c93.tar.gz
Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5.
It's supposed to be "option", "space", "tab"; not "option", "tab", "tab". Approved by: re (scottl) Pointed out by: rwatson Pointy hat: kensmith
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index edd218c..3575ad4 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -49,7 +49,7 @@ options GEOM_GPT # GUID Partition Tables.
options COMPAT_43 # Needed by COMPAT_LINUX32
options COMPAT_IA32 # Compatible with i386 binaries
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
-options COMPAT_FREEBSD5 # Compatible with FreeBSD5
+options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_LINUX32 # Compatible with i386 linux binaries
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
OpenPOWER on IntegriCloud