diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net-p2p/libbt/files/patch-include__util.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'net-p2p/libbt/files/patch-include__util.h')
-rw-r--r-- | net-p2p/libbt/files/patch-include__util.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/libbt/files/patch-include__util.h b/net-p2p/libbt/files/patch-include__util.h new file mode 100644 index 000000000000..8ad3b431dd7b --- /dev/null +++ b/net-p2p/libbt/files/patch-include__util.h @@ -0,0 +1,12 @@ +--- include/util.h Fri Apr 16 08:41:48 2004 ++++ include/util.h.new Sun May 30 14:17:54 2004 +@@ -28,9 +28,4 @@ + typedef void (*exitfn_ptr) (int,void*); + int on_exit( exitfn_ptr exitfn, void* data) ; + #endif +-#define malloc(s) use_btmalloc_instead +-#define calloc(n,s) use_btcalloc_instead +-#define realloc(p,s) use_btrealloc_instead +-#define free(p) use_btfree_instead +- + #endif |