summaryrefslogtreecommitdiff
blob: 881e6e667dc3c97583717766b224083d09404e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.