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/sys-block/scsirastools/files/scsirastools-1.5.7-sysmacro...

24 lines
634 B

https://bugs.gentoo.org/580214
https://sourceforge.net/p/scsirastools/bugs/16/
--- a/src/sgcommon.c
+++ b/src/sgcommon.c
@@ -62,6 +62,7 @@
-------------------------------------------------------------------------*/
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
--- a/src/sgsubmon.c
+++ b/src/sgsubmon.c
@@ -34,6 +34,7 @@
*---------------------------------------------------------------------------*/
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>