13 lines
422 B
Text
13 lines
422 B
Text
$NetBSD: patch-aj,v 1.1 2005/12/30 15:16:21 joerg Exp $
|
|
|
|
--- server/connection.c.orig 2005-12-30 14:39:13.000000000 +0000
|
|
+++ server/connection.c
|
|
@@ -69,8 +69,6 @@ static char rcs_id[] = "$Id: connection.
|
|
#include "net.h"
|
|
#include "IR.h"
|
|
|
|
-extern int errno;
|
|
-
|
|
long *AllSockets; /* select on this */
|
|
long *AllClients; /* available clients */
|
|
long *LastSelectMask ; /* mask returned from last select call */
|