From dab652d0c66b35c171816ffff80c03d0537f7caa Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 19 Dec 2014 12:55:49 +0000 Subject: Updated to fix build problems with clang and FreeBSD 10.x --- srcx/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srcx/util.h') diff --git a/srcx/util.h b/srcx/util.h index 91f2b49..f2fda07 100644 --- a/srcx/util.h +++ b/srcx/util.h @@ -68,5 +68,7 @@ int check_jail_command(const char* jail, const char* cmd); void ignore_signals(void); void unignore_signals(void); +int kvm_prepare_jail(struct xprison* xp); + #endif /* __UTIL_H__ */ -- cgit v1.2.3