[xiph-commits] r7457 - icecast/trunk/ices0/src
brendan at motherfish-iii.xiph.org
brendan
Thu Aug 5 19:07:29 PDT 2004
Author: brendan
Date: Thu Aug 5 19:07:29 2004
New Revision: 7457
Modified:
icecast/trunk/ices0/src/definitions.h
Log:
Don't define _POSIX_C_SOURCE on FreeBSD. In fact, I don't know why
we're defining it at all. Sigh.
Modified: icecast/trunk/ices0/src/definitions.h
===================================================================
--- icecast/trunk/ices0/src/definitions.h 2004-08-03 02:57:43 UTC (rev 7456)
+++ icecast/trunk/ices0/src/definitions.h 2004-08-03 03:01:01 UTC (rev 7457)
@@ -54,8 +54,10 @@
#endif
#ifndef _POSIX_C_SOURCE
+#if !defined(__FreeBSD__) || __FreeBSD__ < 5
#define _POSIX_C_SOURCE 199506L
#endif
+#endif
/* This for freebsd (needed on 3.2 at least) */
#ifdef SOMEBSD
More information about the commits
mailing list