ports/databases/gnats/files/patch-libiberty::functions.def
Sheldon Hearn e1021852e7 Fix build on -CURRENT, catching up with the base system's more anal
compiler.

Maintainer notified in private mail.
2002-06-26 23:08:25 +00:00

11 lines
467 B
Modula-2

--- libiberty/functions.def.orig Thu Jun 27 00:29:49 2002
+++ libiberty/functions.def Thu Jun 27 00:30:55 2002
@@ -34,7 +34,7 @@
DEF(strchr, char*, (s, c), CONST char *s AND int c)
DEF(strdup, char*, (s1), char * s1)
DEF(strrchr, char*, (s, c), CONST char *s AND int c)
-DEF(strstr, char*, (), NOTHING)
+DEF(strstr, char*, (s1, s2), char *s1 AND char *s2)
DEF(strtod, double, (), NOTHING)
DEF(strtol, long, (), NOTHING)
DEF(strtoul, unsigned long, (), NOTHING)