diff options
Diffstat (limited to 'devel/cscope/patches/patch-ae')
-rw-r--r-- | devel/cscope/patches/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/cscope/patches/patch-ae b/devel/cscope/patches/patch-ae deleted file mode 100644 index 8e76a3247f3..00000000000 --- a/devel/cscope/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2004/05/05 13:25:27 wiz Exp $ - ---- src/build.c.orig 2001-11-22 18:38:19.000000000 +0100 -+++ src/build.c -@@ -443,7 +443,7 @@ build(void) - } - (void) fstat(fileno(postings), &statstruct); - (void) fclose(postings); -- (void) sprintf(sortcommand, "env LC_ALL=C sort -y -T %s %s", tmpdir, temp1); -+ (void) sprintf(sortcommand, "env LC_ALL=C sort -T %s %s", tmpdir, temp1); - if ((postings = mypopen(sortcommand, "r")) == NULL) { - (void) fprintf(stderr, "cscope: cannot open pipe to sort command\n"); - cannotindex(); |