Date: Thu, 14 Feb 2002 18:28:50 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gmon gmon.c Message-ID: <200202150228.g1F2SoC77469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/02/14 18:28:50 PST Modified files: lib/libc/gmon gmon.c Log: Fixed style bugs in rev.1.5: - missing whitespace - strange version of warn() built out of warnx() + strerror(). Just use warn(). - conversion of just one of the two perror()'s to warn*() Actually use _warn() instead of _warn(), to keep up with namespace- unpollution for warn(). Revision Changes Path 1.12 +5 -4 src/lib/libc/gmon/gmon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202150228.g1F2SoC77469>