ports/net/gtic/files/patch-af
Tilman Keskinoz 715c27998b Unbreak on amd64
Feature safe:	yes
2011-01-20 12:20:07 +00:00

12 lines
249 B
Text

--- src/xmalloc.h.orig Sun Feb 6 10:50:42 2000
+++ src/xmalloc.h Sun Feb 6 10:51:14 2000
@@ -1,7 +1,9 @@
#ifndef __XMALLOC_H
#define __XMALLOC_H
+#if !defined(__FreeBSD__)
void *xmalloc(size_t size);
+#endif
void xfree(void *ptr);
#endif