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/app-arch/pax/files/pax-3.4-sysmacros.patch

13 lines
204 B

not all C libs pull in this header via sys/types.h for major()/etc...
--- a/src/extern.h
+++ b/src/extern.h
@@ -38,6 +38,7 @@
*/
#include <sys/cdefs.h>
+#include <sys/sysmacros.h>
/*
* ar_io.c