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.
11 lines
323 B
11 lines
323 B
Index: nessus-libraries/libnessus/popen.c |
|
--- nessus-libraries/libnessus/popen.c.orig 2004-12-27 18:31:18 +0100 |
|
+++ nessus-libraries/libnessus/popen.c 2004-12-28 10:25:21 +0100 |
|
@@ -18,6 +18,7 @@ |
|
*/ |
|
|
|
#include <includes.h> |
|
+#include <sys/resource.h> |
|
#ifndef RLIM_INFINITY |
|
#define RLIM_INFINITY (1024*1024*1024) |
|
#endif
|
|
|