From nobody@FreeBSD.org  Mon Sep 10 03:52:39 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 594A916A418
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Sep 2007 03:52:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 31C4413C458
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Sep 2007 03:52:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8A3qdsK007894
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Sep 2007 03:52:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l8A3qdMR007892;
	Mon, 10 Sep 2007 03:52:39 GMT
	(envelope-from nobody)
Message-Id: <200709100352.l8A3qdMR007892@www.freebsd.org>
Date: Mon, 10 Sep 2007 03:52:39 GMT
From: David Yeske <dyeske@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: whitespace fix for STCP amd64 GENERIC
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116250
>Category:       kern
>Synopsis:       whitespace fix for STCP amd64 GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 10 04:00:07 GMT 2007
>Closed-Date:    Mon Nov 05 18:45:33 UTC 2007
>Last-Modified:  Mon Nov 05 18:45:33 UTC 2007
>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:
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Mon Nov 5 18:44:19 UTC 2007 
State-Changed-Why:  
Superceeded by ports/116496 
Closed at submitter request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116250 
>Unformatted:
