kern/116250: whitespace fix for STCP amd64 GENERIC

David Yeske dyeske at gmail.com
Sun Sep 9 21:00:08 PDT 2007


>Number:         116250
>Category:       kern
>Synopsis:       whitespace fix for STCP amd64 GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 10 04:00:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD laptop 7.0-CURRENT FreeBSD 7.0-CURRENT #8: Sat Aug 18 04:05:25 EDT 2007     root at laptop:/usr/obj/usr/src/sys/LAPTOP  amd64

>Description:
remove extra whitespace at the end of STCP option in the GENERIC kernel config for amd64
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: GENERIC
===================================================================
RCS file: /home/ncvs/src/sys/amd64/conf/GENERIC,v
retrieving revision 1.483
diff -u -r1.483 GENERIC
--- GENERIC	1 Jul 2007 21:47:45 -0000	1.483
+++ GENERIC	10 Sep 2007 03:19:28 -0000
@@ -30,7 +30,7 @@
 options 	PREEMPTION		# Enable kernel thread preemption
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
-options 	SCTP			# Stream Transmission Control Protocol 
+options 	SCTP			# Stream Transmission Control Protocol
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support
 options 	UFS_ACL			# Support for access control lists


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list