summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-aa
blob: 3eccdea9d52ea0c815249d377f1e7c283ec3b2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.5 2006/10/13 16:39:13 drochner Exp $

--- src/exec/dpexec/ccm.c.orig	2006-01-03 00:49:26.000000000 +0100
+++ src/exec/dpexec/ccm.c
@@ -90,7 +90,6 @@ _dxfSetupServer(int pport, int *psock,
     u_short port;
     int sts;
     int oldPort;
-    extern int errno; /* from <errno.h> */
     int tries;
 
     port = pport;
@@ -232,7 +231,6 @@ _dxfCompleteServer(int sock, 
     socklen_t length;
     int fd=-1;
     int sts;
-    extern int errno; /* from <errno.h> */
     fd_set fds;
 #ifdef   DXD_HAS_WINSOCKETS
     int width = FD_SETSIZE;