From: Stéphane Graber Date: Sun, 11 Oct 2015 21:36:51 +0000 (-0700) Subject: Don't include mntent when lxcmntent is used X-Git-Tag: lxc-2.0.0.beta1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dd8426cbfc3262eddf38c0480c7ed0a8d811e9;p=thirdparty%2Flxc.git Don't include mntent when lxcmntent is used Signed-off-by: Stéphane Graber --- diff --git a/hooks/unmount-namespace.c b/hooks/unmount-namespace.c index 86513ac9b..9b4033fbd 100644 --- a/hooks/unmount-namespace.c +++ b/hooks/unmount-namespace.c @@ -35,7 +35,6 @@ #include /* openat, open */ #include /* openat, open */ #include /* openat, open */ -#include /* getmntent, endmntent */ #include /* errno */ #include <../src/config.h>