summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initd/mkdev.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/stat.h>
#include <sys/types.h>