switch to _DEFAULT_SOURCE for modern glibc compat
[project/procd.git] / initd / mkdev.c
index a9a2320..5ac6e95 100644 (file)
@@ -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>