Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index