From: John Crispin Date: Thu, 12 Mar 2015 12:54:01 +0000 (+0100) Subject: switch to _DEFAULT_SOURCE for modern glibc compat X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=6c880d28c9fb8d87c3a42b81e7659b7666c78976;ds=sidebyside switch to _DEFAULT_SOURCE for modern glibc compat Signed-off-by: Jeff Waugh --- diff --git a/initd/mkdev.c b/initd/mkdev.c index a9a2320..5ac6e95 100644 --- a/initd/mkdev.c +++ b/initd/mkdev.c @@ -12,7 +12,7 @@ * GNU General Public License for more details. */ -#define _BSD_SOURCE +#define _DEFAULT_SOURCE #include #include