Module Name: src
Committed By: martin
Date: Sat Dec 13 19:23:10 UTC 2014
Modified Files:
src/sys/conf [netbsd-7]: Makefile.kern.inc
Log Message:
Pull up following revision(s) (requested by nakayama in ticket #317):
sys/conf/Makefile.kern.inc: revision 1.179
Trim " " at the beginning of version string to follow the change
in rev.1.60 of newvers.sh.
-const char sccs[] = "@(#)${fullversion}";
+const char sccs[] = "@(#)" ${fullversion_source};
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.169.2.1 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.