Home
last modified time | relevance | path

Searched hist:"91 c3cbfe1fbbbd0e7c85a2fcbf685d437f6e4028" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_prf.cdiff 91c3cbfe1fbbbd0e7c85a2fcbf685d437f6e4028 Fri Feb 27 14:28:54 CET 2009 Ed Schouten <ed@FreeBSD.org> Remove redundant code in printf() and vprintf().

printf() and vprintf() are exactly the same, except the way arguments
are passed. Just like we see in other pieces of code (i.e. libc's
printf()), implement printf() using vprintf().

Submitted by: Christoph Mallon <christoph mallon gmx de>
diff 91c3cbfe1fbbbd0e7c85a2fcbf685d437f6e4028 Fri Feb 27 14:28:54 CET 2009 Ed Schouten <ed@FreeBSD.org> Remove redundant code in printf() and vprintf().

printf() and vprintf() are exactly the same, except the way arguments
are passed. Just like we see in other pieces of code (i.e. libc's
printf()), implement printf() using vprintf().

Submitted by: Christoph Mallon <christoph mallon gmx de>