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.
12 lines
363 B
12 lines
363 B
Index: freebsd/FreeBSDProcessList.h |
|
--- freebsd/FreeBSDProcessList.h.orig 2020-08-27 01:36:56.000000000 +0200 |
|
+++ freebsd/FreeBSDProcessList.h 2020-09-01 12:24:43.418188000 +0200 |
|
@@ -19,7 +19,7 @@ |
|
#include <sys/resource.h> |
|
|
|
#define JAIL_ERRMSGLEN 1024 |
|
-char jail_errmsg[JAIL_ERRMSGLEN]; |
|
+static char jail_errmsg[JAIL_ERRMSGLEN]; |
|
|
|
typedef struct CPUData_ { |
|
|
|
|