You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/mboxgrep/files/mboxgrep-0.7.9-_DEFAULT_SOU...

12 lines
402 B

--- a/src/misc.c
+++ b/src/misc.c
@@ -19,7 +19,7 @@
$Id: misc.c,v 1.13 2003/04/06 21:01:49 dspiljar Exp $ */
#define _XOPEN_SOURCE /* Pull in strptime(3) from time.h */
-#define _BSD_SOURCE /* Compensate for _XOPEN_SOURCE to pull in strdup(3)
+#define _DEFAULT_SOURCE /* Compensate for _XOPEN_SOURCE to pull in strdup(3)
* from string.h. */
#include <config.h>