]> arthur.barton.de Git - netatalk.git/commitdiff
C99 forbids _XOPEN_SOURCE < 600
authorfranklahm <franklahm>
Mon, 26 Oct 2009 12:34:18 +0000 (12:34 +0000)
committerfranklahm <franklahm>
Mon, 26 Oct 2009 12:34:18 +0000 (12:34 +0000)
libatalk/tdb/tdb.c

index 12d1d839ce855ace64cea4d3c095cc8e638a7f0e..f258010100f080c06572b94c19b6552c7033957c 100644 (file)
@@ -47,7 +47,7 @@
 #include <config.h>
 #endif
 
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>