diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-13 16:50:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-13 16:50:50 +0000 |
commit | e1cff1a0f17458cdb1be448b70d717bef45b8fa9 (patch) | |
tree | 36f3175940e4175c7dabc590e481a152dd71ba8f | |
parent | 0e7d6f76fe1e95aa7767e04516ffd29a9e071529 (diff) | |
download | ports-e1cff1a0f17458cdb1be448b70d717bef45b8fa9.tar.gz ports-e1cff1a0f17458cdb1be448b70d717bef45b8fa9.zip |
Notes
-rw-r--r-- | net/gtic/files/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
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 |