From 69ea23ed7175d5c34a21bba1ef9262f311c69284 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 01:59:16 +0000 Subject: Rename net/ patch-xy patches to reflect the files they modify. Approve by: portmgr (not really, but one of these is modifying an unstaged port) --- net/gtic/files/patch-src_xmalloc.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/gtic/files/patch-src_xmalloc.h (limited to 'net/gtic/files/patch-src_xmalloc.h') diff --git a/net/gtic/files/patch-src_xmalloc.h b/net/gtic/files/patch-src_xmalloc.h new file mode 100644 index 000000000000..8e9ea1a9433f --- /dev/null +++ b/net/gtic/files/patch-src_xmalloc.h @@ -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__) + void *xmalloc(size_t size); ++#endif + void xfree(void *ptr); + + #endif -- cgit v1.2.3