1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/icecast/files/patch-src::threads.c
Kris Kennaway 7b76c04b0e Fix build on -current
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2002-11-24 06:42:43 +00:00

14 lines
287 B
C

--- src/threads.c.old Mon Jul 31 14:52:19 2000
+++ src/threads.c Mon Nov 18 12:19:41 2002
@@ -39,7 +39,10 @@
#include <errno.h>
#include <sys/types.h>
#include <time.h>
+
+#define __XSI_VISIBLE 1
#include <signal.h>
+#undef __XSI_VISIBLE
#ifdef HAVE_UNISTD_H
#include <unistd.h>