From 5c17c807b03cccf5a77c3787d6d04d4f13bd17b4 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 27 Dec 2000 03:36:14 +0000 Subject: Remove a compilation warning. --- games/quake/files/patch-sum | 3 ++- games/quake/patches/patch-ap | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 games/quake/patches/patch-ap (limited to 'games') diff --git a/games/quake/files/patch-sum b/games/quake/files/patch-sum index 23d5e6e970f..895eedc39e8 100644 --- a/games/quake/files/patch-sum +++ b/games/quake/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.6 2000/10/05 05:53:35 jlam Exp $ +$NetBSD: patch-sum,v 1.7 2000/12/27 03:36:15 wiz Exp $ MD5 (patch-aa) = ca8929f5c8caf73b43b48fa14c09b281 MD5 (patch-ab) = 39706631f63064d4299b7ccd6767bc0a @@ -15,3 +15,4 @@ MD5 (patch-al) = c61b7e85d2744e5a9f76d94fe67a7ee9 MD5 (patch-am) = 6c60b027d151352f5a83b2e3b3a6b0da MD5 (patch-an) = f032148d0f7b2db07f44f26bccd77648 MD5 (patch-ao) = ad399c47145b6eb22ba85ee1f55c4060 +MD5 (patch-ap) = 8275c639d5a1191aa03a0d0bdb014ccb diff --git a/games/quake/patches/patch-ap b/games/quake/patches/patch-ap new file mode 100644 index 00000000000..bdff213c0de --- /dev/null +++ b/games/quake/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1 2000/12/27 03:36:14 wiz 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 -- cgit v1.2.3