Skip to content

Commit

Permalink
Remove duplicate jail_errmsg declaration.
Browse files Browse the repository at this point in the history
Fixes: 11ecc65
  • Loading branch information
zevweiss committed Sep 3, 2020
1 parent 7b7822b commit 7758ffc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions freebsd/FreeBSDProcessList.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7758ffc

Please sign in to comment.