summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-09-26 20:05:07 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-09-26 20:05:07 +0000
commit26461bf01974e62fa0f4f6bdba9013088c5afdba (patch)
treeea8605c8e8f91f74f9f152cc32af220bca7872da /sys/amd64/conf
parent78adc698afb19dea93cb6acceaeb1413f1cfe931 (diff)
downloadFreeBSD-src-26461bf01974e62fa0f4f6bdba9013088c5afdba.zip
FreeBSD-src-26461bf01974e62fa0f4f6bdba9013088c5afdba.tar.gz
Use the correct expanded name for SCTP.
PR: 116496 Submitted by: koitsu Reviewed by: rrs Approved by: re (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 8ff546a..b4ead89 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -30,7 +30,7 @@ options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
-options SCTP # Stream Transmission Control Protocol
+options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
OpenPOWER on IntegriCloud