pkgsrc/graphics/dx/patches/patch-aa

21 lines
564 B
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.5 2006/10/13 16:39:13 drochner Exp $
2006-04-28 22:33:30 +02:00
--- src/exec/dpexec/ccm.c.orig 2006-01-03 00:49:26.000000000 +0100
2006-04-28 22:33:30 +02:00
+++ src/exec/dpexec/ccm.c
@@ -90,7 +90,6 @@ _dxfSetupServer(int pport, int *psock,
2006-04-28 22:33:30 +02:00
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;
2006-04-28 22:33:30 +02:00
int sts;
- extern int errno; /* from <errno.h> */
fd_set fds;
#ifdef DXD_HAS_WINSOCKETS
int width = FD_SETSIZE;