projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d5be7
)
switch to _DEFAULT_SOURCE for modern glibc compat
author
John Crispin
<blogic@openwrt.org>
Thu, 12 Mar 2015 12:54:01 +0000
(13:54 +0100)
committer
John Crispin
<blogic@openwrt.org>
Thu, 12 Mar 2015 12:54:01 +0000
(13:54 +0100)
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
initd/mkdev.c
patch
|
blob
|
history
diff --git
a/initd/mkdev.c
b/initd/mkdev.c
index a9a2320fce807be7c04a152cd3758964f1975072..5ac6e957c5bddcd35da0e93a3449f715e21d05ec 100644
(file)
--- 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 <sys/stat.h>
#include <sys/types.h>