1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-p2p/libbt/files/patch-include::util.h
Pav Lucistnik 336a2222ef - Update to 1.02
PR:		ports/67380
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-05-30 14:27:08 +00:00

13 lines
380 B
C

--- 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