diff options
Diffstat (limited to 'net/gtic/files/patch-src_xmalloc.h')
-rw-r--r-- | net/gtic/files/patch-src_xmalloc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/gtic/files/patch-src_xmalloc.h b/net/gtic/files/patch-src_xmalloc.h deleted file mode 100644 index 8e9ea1a9433f..000000000000 --- a/net/gtic/files/patch-src_xmalloc.h +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |