From owner-cvs-all Thu Feb 14 18:28:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4869A37B405; Thu, 14 Feb 2002 18:28:50 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F2SoC77469; Thu, 14 Feb 2002 18:28:50 -0800 (PST) (envelope-from bde) Message-Id: <200202150228.g1F2SoC77469@freefall.freebsd.org> From: Bruce Evans Date: Thu, 14 Feb 2002 18:28:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gmon gmon.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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