]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Merge.
authorChris Porter <redacted>
Thu, 25 Mar 2010 15:13:43 +0000 (15:13 +0000)
committerChris Porter <redacted>
Thu, 25 Mar 2010 15:13:43 +0000 (15:13 +0000)
lib/sstring-new.c
lib/sstring-old.c

index 22f4f7116ff508d7571ccd03a92e8e07f930c801..90581f93af0b93ae2c0cea65d9e5637b26424f8b 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <assert.h>
 #include <stdlib.h>
-#define __USE_GNU
+#define _GNU_SOURCE
 #include <string.h>
 
 /* List of free stuff */
index 4e6e5c1ad9da9028475b54f8048f293fc0c66329..028e96889b07707223039591cd6fba801d0cfae4 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <assert.h>
 #include <stdlib.h>
-#define __USE_GNU
+#define _GNU_SOURCE
 #include <string.h>
 
 /* List of free stuff */