pkgsrc/games/crossfire-server/patches/patch-ae
adam a9f83dc9b1 Changes for 1.11.0:
* Bug fixes
* Improvements
PkgSrc:
* crossfire-maps is integrated into crossfire-server, since the server requires
  maps to run
2008-11-04 08:36:34 +00:00

12 lines
375 B
Text

$NetBSD: patch-ae,v 1.2 2008/11/04 08:36:34 adam Exp $
--- socket/lowlevel.c.orig 2008-02-01 06:56:29.000000000 +0100
+++ socket/lowlevel.c
@@ -124,7 +124,6 @@ short GetShort_String(const unsigned cha
int SockList_ReadPacket(int fd, SockList *sl, int len)
{
int stat,toread;
- extern int errno;
/* Sanity check - shouldn't happen */
if (sl->len < 0) {