freebsd-ports/cad/mars/files/patch-sim_mempool.c
Martin Wilke ae47d2196b - Fix build with GCC 4.2
- Remove most warnings
- Add OPTIONS Knob
- Pass maintainership to submitter

PR:		118246
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-27 22:49:01 +00:00

10 lines
249 B
C

--- sim/mempool.c.orig 2007-11-23 22:23:58.000000000 +0100
+++ sim/mempool.c 2007-11-23 22:24:10.000000000 +0100
@@ -23,7 +23,6 @@
#include "mempool.h"
extern char *sim_calloc(), *sim_malloc();
-#define NULL 0
#define TRUE 1
#define FALSE 0