Files
pkgsrc-ng/security/openvas-libraries/patches/patch-ad
2013-09-26 17:14:40 +02:00

13 lines
310 B
Plaintext

$NetBSD: patch-ad,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $
--- libopenvas/popen.c.orig 2008-12-16 13:03:21.000000000 +0000
+++ libopenvas/popen.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <sys/resource.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>