aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2007-09-26 20:05:07 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2007-09-26 20:05:07 +0000
commit4fabde568628f51dcdc97e5507b1189a0cd0f333 (patch)
treeea8605c8e8f91f74f9f152cc32af220bca7872da /sys/i386/conf/GENERIC
parent718a600b207a99085c7dcf9ba45ebd31e2787009 (diff)
downloadsrc-4fabde568628f51dcdc97e5507b1189a0cd0f333.tar.gz
src-4fabde568628f51dcdc97e5507b1189a0cd0f333.zip
Use the correct expanded name for SCTP.
PR: 116496 Submitted by: koitsu Reviewed by: rrs Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=172332
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index e0bbdbe54ebc..596596edb96d 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -32,7 +32,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