You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226....

13 lines
330 B

diff -ruN Unix-Mknod-0.04.orig/Mknod.xs Unix-Mknod-0.04/Mknod.xs
--- Unix-Mknod-0.04.orig/Mknod.xs 2005-07-08 21:04:23.000000000 +0200
+++ Unix-Mknod-0.04/Mknod.xs 2019-10-17 06:06:22.073130897 +0200
@@ -10,6 +10,8 @@
#ifdef HAS_SYSMKDEV
#include <sys/mkdev.h>
+#else
+#include <sys/sysmacros.h>
#endif
#ifdef __cplusplus