Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 1999 10:00:01 -0800 (PST)
From:      Chris Costello <chris@holly.dyndns.org>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   bin/10042
Message-ID:  <199902141800.KAA83310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/10042; it has been noted by GNATS.

From: Chris Costello <chris@holly.dyndns.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902141800.KAA83310>