repo.or.cz
/
buildroot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass ARCH down to uClibc
[buildroot.git]
/
package
/
openswan
/
openswan-2.4.9-004-alloc.patch
blob
8df99234a447e1157e92be883bce9f80b47e2fdf
1
--- openswan-2.4.7.orig/lib/libopenswan/alloc.c 2004-10-17 01:42:13.000000000 +0200
2
+++ openswan-2.4.7/lib/libopenswan/alloc.c 2006-11-28 16:06:27.000000000 +0100
3
@@ -26,7 +26,9 @@
4
#include "constants.h"
5
#include "oswlog.h"
6
7
+#if !defined(NO_DEBUG)
8
#define LEAK_DETECTIVE
9
+#endif
10
#include "oswalloc.h"
11
12
const chunk_t empty_chunk = { NULL, 0 };