ad767a0570
changes: -bugfixes -minor feature additions -updated Java support (unused in pkgsrc)
20 lines
564 B
Text
20 lines
564 B
Text
$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;
|