fd44dda67e
the system headers. Depend on errno.h to define errno, fix an instance where errno is used without errno.h Since this is a bug for a threaded program and icecast at the very least is linked threaded here, bump the revision.
12 lines
252 B
Text
12 lines
252 B
Text
$NetBSD: patch-ae,v 1.1 2005/11/11 17:21:11 joerg Exp $
|
|
|
|
--- src/timer.c.orig 2005-11-11 17:04:06.000000000 +0000
|
|
+++ src/timer.c
|
|
@@ -79,7 +79,6 @@
|
|
#define MSG_DONTWAIT 0
|
|
#endif
|
|
|
|
-extern int errno;
|
|
extern int running;
|
|
extern server_info_t info;
|
|
|