diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-15 03:25:40 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-15 03:25:40 +0000 |
commit | 5b14c17a15bf65e9d3605008a0cf17506c5fdd4c (patch) | |
tree | 8a6dc8606ec1ff4ab3b08162c971a7b3795bedec /packages/tor/tor-0.1.1.26/compat.patch | |
parent | a7cff01c3c6b889ab74b1a2b7b8712dc59faaa1c (diff) |
tor: update to 0.1.1.26. Closes 1638.
Diffstat (limited to 'packages/tor/tor-0.1.1.26/compat.patch')
-rw-r--r-- | packages/tor/tor-0.1.1.26/compat.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/tor/tor-0.1.1.26/compat.patch b/packages/tor/tor-0.1.1.26/compat.patch new file mode 100644 index 0000000000..6c54032667 --- /dev/null +++ b/packages/tor/tor-0.1.1.26/compat.patch @@ -0,0 +1,14 @@ +diff -Naur tor-0.1.1.23/src/common/compat.h tor-0.1.1.23_patched/src/common/compat.h +--- tor-0.1.1.23/src/common/compat.h 2006-07-25 05:52:47.000000000 +0200 ++++ tor-0.1.1.23_patched/src/common/compat.h 2006-09-04 22:26:42.000000000 +0200 +@@ -31,10 +31,6 @@ + #endif + #include <stdarg.h> + +-#ifndef NULL_REP_IS_ZERO_BYTES +-#error "It seems your platform does not represent NULL as zero. We can't cope." +-#endif +- + /* ===== Compiler compatibility */ + + /* GCC can check printf types on arbitrary functions. */ |