Fixes for GNU/kFreeBSD from James Clarke.

This commit is contained in:
Nicholas Marriott
2018-11-21 08:50:22 +00:00
parent efd01f3bfd
commit c4b04b1624
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include <unistd.h>
#include <libutil.h>
#include "compat.h"
struct kinfo_proc *cmp_procs(struct kinfo_proc *, struct kinfo_proc *);
char *osdep_get_name(int, char *);
char *osdep_get_cwd(int);