summaryrefslogtreecommitdiff
path: root/shells/fd/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-31 18:28:32 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-31 18:28:32 +0000
commitcabf887bfe2d2445b0de120fb8d3237456a9e9c5 (patch)
tree94c32dbda92617e4d1546a71b64c6a4001ff7116 /shells/fd/files
parentUpdate to 0.76.4a (diff)
Update to 2.00b.
Notes
Notes: svn path=/head/; revision=57079
Diffstat (limited to 'shells/fd/files')
-rw-r--r--shells/fd/files/patch-pathname.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/shells/fd/files/patch-pathname.c b/shells/fd/files/patch-pathname.c
deleted file mode 100644
index d4b22a267299..000000000000
--- a/shells/fd/files/patch-pathname.c
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u ../old/FD-2.00a/pathname.c ./pathname.c
---- ../old/FD-2.00a/pathname.c Wed Feb 6 00:00:00 2002
-+++ ./pathname.c Fri Mar 22 08:55:40 2002
-@@ -2744,7 +2744,7 @@
- for (w = 0; wild[w]; w++)
- (*argvp)[n + w] = wild[w];
- free(wild);
-- n += w;
-+ n += w - 1;
- break;
- }
-