Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/18/2003 00:21:53
Module Name: src
Committed By: christos
Date: Mon Feb 17 22:21:53 UTC 2003
Modified Files:
src/sys/kern: subr_prf.c
Log Message:
- remove __STDC__ crap. It did not work anyway with pre-ansi compilers, since
va_start() takes one arg, and va_alist must be the only argument of a
varyadic in the K&R world.
- pass flags to tputchar.
To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 src/sys/kern/subr_prf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.