Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2007 03:52:39 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/116250: whitespace fix for STCP amd64 GENERIC
Message-ID:  <200709100352.l8A3qdMR007892@www.freebsd.org>
Resent-Message-ID: <200709100400.l8A40772089943@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709100352.l8A3qdMR007892>