From owner-freebsd-bugs Sun Feb 14 10:09:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20269 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 10:09:30 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20264 for ; Sun, 14 Feb 1999 10:09:29 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA83310; Sun, 14 Feb 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 Feb 1999 10:00:01 -0800 (PST) Message-Id: <199902141800.KAA83310@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Chris Costello Subject: bin/10042 Reply-To: Chris Costello Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10042; it has been noted by GNATS. From: Chris Costello To: freebsd-gnats-submit@freebsd.org Cc: Subject: bin/10042 Date: Sun, 14 Feb 1999 11:53:37 -0600 Ok, I have a better patch for that. --- file.c.orig Thu Feb 11 20:21:48 1999 +++ file.c Sun Feb 14 11:52:30 1999 @@ -109,7 +109,7 @@ if (fs->fs_linkfile) { fs->fs_status = "checking path"; if (stat(fs->fs_proto, &sb) == -1) { - warn("non-unexistent"); + warn("%s", (char *)fs->fs_proto); return EX_NOINPUT; } fs->fs_status = "symlink"; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message