b260432187
This was obviously not tested at all...! :-(
13 lines
463 B
Text
13 lines
463 B
Text
$NetBSD: patch-ap,v 1.2 2002/01/02 10:01:36 hubertf Exp $
|
|
|
|
--- winquake/net.h.orig Tue Dec 21 15:54:20 1999
|
|
+++ winquake/net.h
|
|
@@ -238,7 +238,7 @@
|
|
extern int hostCacheCount;
|
|
extern hostcache_t hostcache[HOSTCACHESIZE];
|
|
|
|
-#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__)
|
|
+#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__) && !defined (__NetBSD__)
|
|
#ifndef htonl
|
|
extern unsigned long htonl (unsigned long hostlong);
|
|
#endif
|