ports/security/gvm-libs/patches/patch-base_proctitle_c

12 lines
247 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: base/proctitle.c
--- base/proctitle.c.orig
+++ base/proctitle.c
@@ -28,7 +28,6 @@
#include <stdio.h>
#include <string.h> /* for strlen, strdup, bzero, strncpy */
#include <sys/param.h>
-#include <sys/prctl.h>
#undef G_LOG_DOMAIN
/**