Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 05/23/2000 19:22:38
Module Name:	syssrc
Committed By:	jhawk
Date:		Wed May 24 02:22:37 UTC 2000

Modified Files:
	syssrc/sys/kern: subr_extent.c

Log Message:
Kludge:

Change #define's of the form
	#define panic(a) printf(a)
to
	#define \
	panic(a) printf(a)
to prevent ctags(1) from detecting there is a tag.
Otherwise, the tags file claims panic() is in subr_extent.c
instead of subr_prf.c.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/kern/subr_extent.c

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