From 6db27a0a53d18527e2b9de660f966c0aba2a2c93 Mon Sep 17 00:00:00 2001 From: kensmith Date: Thu, 22 Sep 2005 12:36:39 +0000 Subject: 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 --- sys/amd64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64/conf') 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 -- cgit v1.1