Module Name:    src
Committed By:   dyoung
Date:           Thu Jul 16 23:53:10 UTC 2009

Modified Files:
        src/sys/kern: Make.tags.inc

Log Message:
A definition in aic79xxvar.h somehow shadows pci_attach_args (ctags
bug?), so leave  it out of the tags computation for now.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/kern/Make.tags.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/Make.tags.inc
diff -u src/sys/kern/Make.tags.inc:1.20 src/sys/kern/Make.tags.inc:1.21
--- src/sys/kern/Make.tags.inc:1.20	Mon Jun 29 18:03:37 2009
+++ src/sys/kern/Make.tags.inc	Thu Jul 16 23:53:10 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Make.tags.inc,v 1.20 2009/06/29 18:03:37 dyoung Exp $
+#	$NetBSD: Make.tags.inc,v 1.21 2009/07/16 23:53:10 dyoung Exp $
 #
 #	from: @(#)Make.tags.inc	8.1 (Berkeley) 6/11/93
 
@@ -15,7 +15,7 @@
 # This promises to be easier to maintain, considering how often the directory
 # structure of the kernel sources has been changing recently.
 SYSDIR?= ${.CURDIR:H:H}
-FINDCOMM=	find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch -o -name rump -o -name coda \) -prune -o -type f -name "*.[ch]" \( \! -name 'altq.h' \! -name 'nbcompat.h' \! -name 'pf_osfp.c' \! -name 'unichromereg.h' \! -name 'usb_port.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \) -print | \
+FINDCOMM=	find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch -o -name rump -o -name coda \) -prune -o -type f -name "*.[ch]" \( \! -name 'altq.h' \! -name 'nbcompat.h' \! -name 'pf_osfp.c' \! -name 'unichromereg.h' \! -name 'usb_port.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \! -name 'aic79xxvar.h' \) -print | \
     sort -t / -u
 COMM!=	${FINDCOMM}
 .endif

Reply via email to