summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--freebsd/FreeBSDProcessList.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/freebsd/FreeBSDProcessList.h b/freebsd/FreeBSDProcessList.h
index e00f25e9..c9764630 100644
--- a/freebsd/FreeBSDProcessList.h
+++ b/freebsd/FreeBSDProcessList.h
@@ -52,9 +52,6 @@ typedef struct FreeBSDProcessList_ {
} FreeBSDProcessList;
-extern char jail_errmsg[JAIL_ERRMSGLEN];
-
-
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
void ProcessList_delete(ProcessList* this);