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-process/atop/files/atop-2.2-sysmacros.patch

15 lines
283 B

https://bugs.gentoo.org/580372
include sys/sysmacros.h for major/minor prototypes
--- a/photosyst.c
+++ b/photosyst.c
@@ -164,6 +164,7 @@
#include <signal.h>
#include <string.h>
#include <dirent.h>
+#include <sys/sysmacros.h>
#include <sys/socket.h>
#include <netinet/in.h>