projects
/
oweals
/
fstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c1bfa0
)
switch to _DEFAULT_SOURCE for modern glibc compat
author
John Crispin
<blogic@openwrt.org>
Thu, 12 Mar 2015 12:57:41 +0000
(13:57 +0100)
committer
John Crispin
<blogic@openwrt.org>
Thu, 12 Mar 2015 12:57:41 +0000
(13:57 +0100)
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
libblkid-tiny/mkdev.c
patch
|
blob
|
history
diff --git
a/libblkid-tiny/mkdev.c
b/libblkid-tiny/mkdev.c
index 3d067b255d73c1b54e9acdf0fb07f785c520a1dc..06c035858f07a54c23da150a305aa95f884ed5b5 100644
(file)
--- a/
libblkid-tiny/mkdev.c
+++ b/
libblkid-tiny/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>