mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Unbreak for GCC 3.4.
This commit is contained in:
parent
b0d78cb04f
commit
2379ddf0c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116334
1 changed files with 28 additions and 0 deletions
28
devel/cscope/files/patch-ab
Normal file
28
devel/cscope/files/patch-ab
Normal file
|
@ -0,0 +1,28 @@
|
|||
--- src/egrep.y.old Sun Aug 15 21:07:51 2004
|
||||
+++ src/egrep.y Sun Aug 15 21:09:26 2004
|
||||
@@ -603,25 +603,6 @@
|
||||
return(0);
|
||||
}
|
||||
|
||||
-/* FIXME HBB: should export this to a separate file and use
|
||||
- * AC_REPLACE_FUNCS() */
|
||||
-#if BSD
|
||||
-/*LINTLIBRARY*/
|
||||
-/*
|
||||
- * Set an array of n chars starting at sp to the character c.
|
||||
- * Return sp.
|
||||
- */
|
||||
-char *
|
||||
-memset(char *sp, char c, int n)
|
||||
-{
|
||||
- char *sp0 = sp;
|
||||
-
|
||||
- while (--n >= 0)
|
||||
- *sp++ = c;
|
||||
- return (sp0);
|
||||
-}
|
||||
-#endif
|
||||
-
|
||||
void
|
||||
egrepcaseless(int i)
|
||||
{
|
Loading…
Add table
Reference in a new issue