diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-06 02:26:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-06 02:26:28 +0000 |
commit | 74f73a6c73f5df23141efe522196de49d5d422db (patch) | |
tree | ae767e0f9a409c50febe0408bc1e6ed312921107 /textproc/yodl/files/patch-src.lib.lib.h | |
parent | repo-copy sgrep to sgrep2 and upgrade sgrep2 to 1.92a (diff) |
Update to 1.31.18. PR: ports/41224 after very long maintainer timeout.
Notes
Notes:
svn path=/head/; revision=93207
Diffstat (limited to 'textproc/yodl/files/patch-src.lib.lib.h')
-rw-r--r-- | textproc/yodl/files/patch-src.lib.lib.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/yodl/files/patch-src.lib.lib.h b/textproc/yodl/files/patch-src.lib.lib.h new file mode 100644 index 000000000000..7f4b9623aa64 --- /dev/null +++ b/textproc/yodl/files/patch-src.lib.lib.h @@ -0,0 +1,12 @@ +--- src/lib/lib.h.orig Wed Jul 31 23:08:06 2002 ++++ src/lib/lib.h Wed Jul 31 23:08:35 2002 +@@ -16,7 +16,7 @@ + + #if HAVE_MALLOC_H + # include <malloc.h> +-#elif defined STDC_HEADERS ++#elif defined STDC_HEADERS && !defined __FreeBSD__ + extern void free PARAMS ((char *)); + extern char *malloc PARAMS ((int)); + extern char *realloc PARAMS ((char*, int)); +--- patch-src.lib.lib.h ends here --- |