Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2010 18:50:11 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/148989: commit references a PR
Message-ID:  <201008061850.o76IoBpb050067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/148989; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/148989: commit references a PR
Date: Fri,  6 Aug 2010 18:46:38 +0000 (UTC)

 Author: bschmidt
 Date: Fri Aug  6 18:46:27 2010
 New Revision: 210947
 URL: http://svn.freebsd.org/changeset/base/210947
 
 Log:
   Fix whitespace nits.
   
   PR:		conf/148989
   Submitted by:	pluknet <pluknet at gmail.com>
   MFC after:	3 days
 
 Modified:
   head/sys/amd64/conf/GENERIC
   head/sys/i386/conf/GENERIC
 
 Modified: head/sys/amd64/conf/GENERIC
 ==============================================================================
 --- head/sys/amd64/conf/GENERIC	Fri Aug  6 18:44:07 2010	(r210946)
 +++ head/sys/amd64/conf/GENERIC	Fri Aug  6 18:46:27 2010	(r210947)
 @@ -62,7 +62,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
  options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
  options 	AUDIT			# Security event auditing
  options 	MAC			# TrustedBSD MAC Framework
 -options		FLOWTABLE		# per-cpu routing cache
 +options 	FLOWTABLE		# per-cpu routing cache
  #options 	KDTRACE_FRAME		# Ensure frames are compiled in
  #options 	KDTRACE_HOOKS		# Kernel DTrace hooks
  options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
 
 Modified: head/sys/i386/conf/GENERIC
 ==============================================================================
 --- head/sys/i386/conf/GENERIC	Fri Aug  6 18:44:07 2010	(r210946)
 +++ head/sys/i386/conf/GENERIC	Fri Aug  6 18:46:27 2010	(r210947)
 @@ -63,7 +63,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
  options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
  options 	AUDIT			# Security event auditing
  options 	MAC			# TrustedBSD MAC Framework
 -options		FLOWTABLE		# per-cpu routing cache
 +options 	FLOWTABLE		# per-cpu routing cache
  #options 	KDTRACE_HOOKS		# Kernel DTrace hooks
  options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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