From 74e3280ce3cef31452aace1d5c271a9f73c81557 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 9 Oct 2009 22:10:52 +0000 Subject: [PATCH] This change is to fix the Trellis build. Missed this file in the previous changeset. --- src/vcontext.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/vcontext.c b/src/vcontext.c index 8e68231..c505889 100644 --- a/src/vcontext.c +++ b/src/vcontext.c @@ -39,6 +39,11 @@ #include #include +// Make this version of util-vserver build in one of PL's builds with an old mount.h +#if defined(_SYS_MOUNT_H) && !defined(MNT_DETACH) +#define MNT_DETACH 2 +#endif + #include #define ENSC_WRAPPERS_PREFIX "vcontext: " -- 2.47.0