Date: Fri, 27 Feb 2009 13:28:54 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_prf.c Message-ID: <200902271329.n1RDT0Mx094879@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-02-27 13:28:54 UTC
FreeBSD src repository
Modified files:
sys/kern subr_prf.c
Log:
SVN rev 189104 on 2009-02-27 13:28:54Z by ed
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>
Revision Changes Path
1.138 +1 -28 src/sys/kern/subr_prf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902271329.n1RDT0Mx094879>
