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-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-sysmacros....

13 lines
351 B

include sysmacros.h explicitly for major()/minor()/etc...
--- a/growisofs.c
+++ b/growisofs.c
@@ -408,6 +408,7 @@
# ifndef _GNU_SOURCE
# define _GNU_SOURCE
# endif
+# include <sys/sysmacros.h>
#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || \
(defined(__APPLE__) && defined(__MACH__))
# define off64_t off_t