diff options
Diffstat (limited to 'misc/fd/patches/patch-ab')
-rw-r--r-- | misc/fd/patches/patch-ab | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/fd/patches/patch-ab b/misc/fd/patches/patch-ab deleted file mode 100644 index 6e7aab3d197..00000000000 --- a/misc/fd/patches/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2001/04/11 21:09:34 hubertf Exp $ - -From nobu@tech.isac.co.jp Wed Apr 11 23:06:35 2001 -Date: Tue, 10 Apr 2001 20:34:57 +0900 -From: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> -To: hubertf@netbsd.org -Cc: nobu@psrc.isac.co.jp, pkg-manager@netbsd.org -Subject: Re: pkg/12596 - -Hello, Hubert. - -Thank you for quick following. - -There is found last minute bug in this package. Please add -following patch. (It's announce by source code auther) - -This fix was only this time. Next update will be removed. --- -Nobuhiro Yasutomi. ISAC, Inc. - -pkgsrc/misc/fd/patches/patch.ab: -diff -urNP ../FD-1.03r/browse.c ./browse.c ---- ../FD-1.03r/browse.c Tue Apr 3 00:00:00 2001 -+++ ./browse.c Tue Apr 10 00:00:00 2001 -@@ -1305,6 +1305,7 @@ - } - else if (_chdir2(cp) >= 0) strcpy(tmp, cp); - else { -+ *fullpath = '\0'; - warning(-1, cp); - def = NULL; - strcpy(fullpath, origpath); |