diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-24 06:42:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-24 06:42:43 +0000 |
commit | 7b76c04b0e1751acf4103d4b7fa6d25c951cc66d (patch) | |
tree | 5ad3a8fefc4a4cc2959369fd8a3505b40634376c /audio/icecast | |
parent | c89934a0ca6c43b62c070a401e23855a26bff57f (diff) | |
download | ports-7b76c04b0e1751acf4103d4b7fa6d25c951cc66d.tar.gz ports-7b76c04b0e1751acf4103d4b7fa6d25c951cc66d.zip |
Notes
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/files/patch-src::threads.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/icecast/files/patch-src::threads.c b/audio/icecast/files/patch-src::threads.c new file mode 100644 index 000000000000..9f97408f4cb3 --- /dev/null +++ b/audio/icecast/files/patch-src::threads.c @@ -0,0 +1,13 @@ +--- 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> |