diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-31 06:20:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-31 06:20:19 +0000 |
commit | e7b5c28a743ca08b96f48847d5490d3d8b717eb6 (patch) | |
tree | e03933f296e4adcb9ded22e0fbbbe28be97cf2de /shells/fd/files/patch-browse.c | |
parent | Update to jdk-1_1_8_003-doc and clean up the port some. (diff) |
Update to 1.03s and remove hotfix patches.
PR: ports/27785
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes:
svn path=/head/; revision=43338
Diffstat (limited to 'shells/fd/files/patch-browse.c')
-rw-r--r-- | shells/fd/files/patch-browse.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/shells/fd/files/patch-browse.c b/shells/fd/files/patch-browse.c deleted file mode 100644 index e3c8c7e1cbe6..000000000000 --- a/shells/fd/files/patch-browse.c +++ /dev/null @@ -1,11 +0,0 @@ -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); |