aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-11-26 21:35:50 +0000
committerEd Maste <emaste@FreeBSD.org>2015-11-26 21:35:50 +0000
commit2e0002c18e59be57fec2ac9f2cfce1e3aa173e2e (patch)
tree5621c0a7917671634c14cad9a2c3634df5c1de64 /sys/sparc64
parent20e0b5fccea4be7d82a53edd49b70cec2b7553cb (diff)
downloadsrc-2e0002c18e59be57fec2ac9f2cfce1e3aa173e2e.tar.gz
src-2e0002c18e59be57fec2ac9f2cfce1e3aa173e2e.zip
Fix whitespace on addition of IPSEC option
Notes
Notes: svn path=/head/; revision=291374
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 0038c66e48cd..27fea645bc2e 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -30,7 +30,7 @@ options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
-options IPSEC # IP (v4/v6) security
+options IPSEC # IP (v4/v6) security
options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support