pkgsrc/print/LPRng-core/patches/patch-ag
joerg e880439d80 Fix errno deetection and use of the test results. Isn't it a lot better
when the conditional matches the variable name from the test case?
2005-12-29 13:46:16 +00:00

13 lines
252 B
Text

$NetBSD: patch-ag,v 1.1 2005/12/29 13:46:16 joerg Exp $
--- src/common/monitor.c.orig 2005-12-28 21:50:57.000000000 +0000
+++ src/common/monitor.c
@@ -28,8 +28,6 @@
*/
-extern int errno;
-
int udp_open( int port );
int tcp_open( int port );