Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index