From owner-cvs-all Wed Feb 28 21:52:46 2001 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 8D0F837B718; Wed, 28 Feb 2001 21:52:38 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f215qcp99447; Wed, 28 Feb 2001 21:52:38 -0800 (PST) (envelope-from imp) Message-Id: <200103010552.f215qcp99447@freefall.freebsd.org> From: Warner Losh Date: Wed, 28 Feb 2001 21:52:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/02/28 21:52:38 PST Modified files: usr.bin/finger util.c Log: MAXPATHLEN is enough. Also, snprinf is guaranteed by the new ansi standard to NUL terminate the string, so we don't need to do that ourselves. Revision Changes Path 1.13 +2 -3 src/usr.bin/finger/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message