Date: Tue, 11 May 2010 17:01:14 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ddb db_output.c ddb.h src/sys/kern subr_witness.c Message-ID: <201005111702.o4BH2B78046001@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2010-05-11 17:01:14 UTC FreeBSD src repository Modified files: sys/ddb db_output.c ddb.h sys/kern subr_witness.c Log: SVN rev 207922 on 2010-05-11 17:01:14Z by attilio There is not a good reason to have a different prototype for db_printf() when compared to printf(). Unify it by returning the number of characters displayed for db_printf() as well. MFC after: 7 days Revision Changes Path 1.41 +4 -2 src/sys/ddb/db_output.c 1.50 +1 -1 src/sys/ddb/ddb.h 1.273 +6 -6 src/sys/kern/subr_witness.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005111702.o4BH2B78046001>