0e1233b17d
Add -fno-zero-initialized-in-bss when compiling with gcc3 (this is not needed for all configurations, but it does never hurt). Bump PKGREVISION.
13 lines
295 B
Text
13 lines
295 B
Text
$NetBSD: patch-bv,v 1.1 2004/03/25 22:13:34 kristerw Exp $
|
|
|
|
--- src/ralloc.c.orig 2004-03-25 22:18:49.000000000 +0100
|
|
+++ src/ralloc.c 2004-03-25 22:20:22.000000000 +0100
|
|
@@ -80,6 +80,8 @@
|
|
|
|
#endif /* not emacs */
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
#include "getpagesize.h"
|
|
|
|
#define NIL ((POINTER) 0)
|