Files
gentoo/app-forensics/chkrootkit/files/chkrootkit-0.55-limits_h.patch
Jory Pratt 07737b95af app-forensics/chkrootkit: Fix missing includes for musl
Closes: https://bugs.gentoo.org/show_bug.cgi?id=715552
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
2022-01-02 22:00:51 -06:00

11 lines
174 B
Diff

--- a/chkdirs.c
+++ b/chkdirs.c
@@ -33,6 +33,7 @@
#include <sys/syslimits.h>
#endif
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>