diff options
author | tv <tv@pkgsrc.org> | 1999-05-04 19:02:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-04 19:02:46 +0000 |
commit | ddc84f4cf016b4768d59a4459d4621416f93e5bf (patch) | |
tree | a1436a4b4095ca3308a7b16ef277d0e94eeced08 /www/php3/patches | |
parent | a8d06bb803e31f6a190f467ea771c77779f8fc50 (diff) | |
download | pkgsrc-ddc84f4cf016b4768d59a4459d4621416f93e5bf.tar.gz |
Get proper includes for function prototypes in convertor/alloc.c.
Diffstat (limited to 'www/php3/patches')
-rw-r--r-- | www/php3/patches/patch-ag | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/php3/patches/patch-ag b/www/php3/patches/patch-ag new file mode 100644 index 00000000000..38400f1ca5e --- /dev/null +++ b/www/php3/patches/patch-ag @@ -0,0 +1,16 @@ +$NetBSD: patch-ag,v 1.1 1999/05/04 19:02:46 tv Exp $ + +--- convertor/alloc.c.orig Tue May 4 15:06:04 1999 ++++ convertor/alloc.c Tue May 4 15:06:39 1999 +@@ -32,11 +32,9 @@ + /* $Id: patch-ag,v 1.1 1999/05/04 19:02:46 tv Exp $ */ + + #include "token_cache.h" +-#if WIN32|WINNT + #include <stdlib.h> + #include <malloc.h> + #include <string.h> +-#endif + + mem_header *head; + |