summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cscope/files/cscope-15.5-memset.patch')
-rw-r--r--dev-util/cscope/files/cscope-15.5-memset.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/cscope/files/cscope-15.5-memset.patch b/dev-util/cscope/files/cscope-15.5-memset.patch
deleted file mode 100644
index 881e6e667dc3..000000000000
--- a/dev-util/cscope/files/cscope-15.5-memset.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: cscope-15.5/src/egrep.y
-===================================================================
---- cscope-15.5.orig/src/egrep.y
-+++ cscope-15.5/src/egrep.y
-@@ -605,7 +605,7 @@ done: (void) fclose(fptr);
-
- /* FIXME HBB: should export this to a separate file and use
- * AC_REPLACE_FUNCS() */
--#if BSD
-+#ifndef HAVE_MEMSET
- /*LINTLIBRARY*/
- /*
- * Set an array of n chars starting at sp to the character c.