diff options
author | tv <tv> | 1999-05-04 19:02:46 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-04 19:02:46 +0000 |
commit | 3ea7ee12d07cfbe86bfe5de133dd449040b653f0 (patch) | |
tree | a1436a4b4095ca3308a7b16ef277d0e94eeced08 /www/php3 | |
parent | f4040738e98e783903ddf69eab46e9e8826cff4f (diff) | |
download | pkgsrc-3ea7ee12d07cfbe86bfe5de133dd449040b653f0.tar.gz |
Get proper includes for function prototypes in convertor/alloc.c.
Diffstat (limited to 'www/php3')
-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; + |