summaryrefslogtreecommitdiff
path: root/net/gtic/files/patch-af
blob: 8e9ea1a9433ff733c7c9bd9c397e479c5ec2a725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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