From nobody@FreeBSD.org  Thu Oct 11 21:16:05 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 3838416A41B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Oct 2007 21:16:05 +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 1975713C46E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Oct 2007 21:16:05 +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 l9BLG4TW075933
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Oct 2007 21:16:04 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l9BLG4ke075932;
	Thu, 11 Oct 2007 21:16:04 GMT
	(envelope-from nobody)
Message-Id: <200710112116.l9BLG4ke075932@www.freebsd.org>
Date: Thu, 11 Oct 2007 21:16:04 GMT
From: David Yeske <dyeske@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: kern.pre.mk has duplicate em include
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117125
>Category:       kern
>Synopsis:       kern.pre.mk has duplicate em include
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jfv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 21:20:03 UTC 2007
>Closed-Date:    Fri Nov 16 18:11:07 UTC 2007
>Last-Modified:  Fri Nov 16 18:11:07 UTC 2007
>Originator:     David Yeske
>Release:        RELENG_6
>Organization:
>Environment:
FreeBSD nfs 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Sep  9 02:01:33 EDT 2007     root@nfs:/usr/obj/usr/src/sys/NFS  i386

>Description:
There is a duplicate entry for the em driver in kern.pre.mk
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: kern.pre.mk
===================================================================
RCS file: /home/ncvs/src/sys/conf/kern.pre.mk,v
retrieving revision 1.65.2.5
diff -u -r1.65.2.5 kern.pre.mk
--- kern.pre.mk	5 Oct 2007 22:49:06 -0000	1.65.2.5
+++ kern.pre.mk	11 Oct 2007 20:48:16 -0000
@@ -70,9 +70,6 @@
 # .. and the same for em
 INCLUDES+= -I$S/dev/em
 
-# .. and the same for em
-INCLUDES+= -I$S/dev/em
-
 CFLAGS=	${COPTFLAGS} ${CWARNFLAGS} ${DEBUG}
 CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
 .if ${CC} != "icc"


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jfv 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Fri Oct 12 07:11:32 UTC 2007 
Responsible-Changed-Why:  
Over to em(4) maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117125 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/117125: commit references a PR
Date: Fri, 12 Oct 2007 07:49:42 +0000 (UTC)

 jfv         2007-10-12 07:49:33 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/conf             kern.pre.mk 
   Log:
   Fix the duplicate include stanza.
   PR: 117125
   
   Revision  Changes    Path
   1.65.2.6  +0 -3      src/sys/conf/kern.pre.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: kmacy 
State-Changed-When: Fri Nov 16 18:10:57 UTC 2007 
State-Changed-Why:  

Fixed. 

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