From e1cff1a0f17458cdb1be448b70d717bef45b8fa9 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 13 Feb 2000 16:50:50 +0000 Subject: Don't provide a prototype for xmalloc on FreeBSD/Alpha so this builds again. --- net/gtic/files/patch-af | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/gtic/files/patch-af (limited to 'net/gtic') diff --git a/net/gtic/files/patch-af b/net/gtic/files/patch-af new file mode 100644 index 000000000000..2eef308747b2 --- /dev/null +++ b/net/gtic/files/patch-af @@ -0,0 +1,12 @@ +--- 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__) || !defined(__alpha__) + void *xmalloc(size_t size); ++#endif + void xfree(void *ptr); + + #endif -- cgit v1.2.3