Files
pkgsrc-ng/audio/icecast1/patches/patch-af
2013-09-26 17:14:40 +02:00

14 lines
306 B
Plaintext

$NetBSD: patch-af,v 1.1 2005/11/11 17:21:11 joerg Exp $
--- src/ice_resolv.c.orig 2005-11-11 17:04:32.000000000 +0000
+++ src/ice_resolv.c
@@ -81,7 +81,7 @@
#ifdef _WIN32
extern int running;
#else
-extern int h_errno, errno, running;
+extern int h_errno, running;
#endif
extern server_info_t info;