aboutsummaryrefslogblamecommitdiff
path: root/games/tenebrae/files/patch-net.h
blob: 55290a9d1fff02370436188a6741a595ac7fc8c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                








                                                                                              
--- ./net.h.orig	Sat Jun 10 12:08:13 2006
+++ ./net.h	Sat Jun 10 12:08:13 2006
@@ -239,7 +239,7 @@
 extern int hostCacheCount;
 extern hostcache_t hostcache[HOSTCACHESIZE];
 
-#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__)
+#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__) && !defined (__FreeBSD__)
 #ifndef htonl
 extern unsigned long htonl (unsigned long hostlong);
 #endif