]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Don't include mntent when lxcmntent is used
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 11 Oct 2015 21:36:51 +0000 (14:36 -0700)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 11 Oct 2015 21:36:51 +0000 (14:36 -0700)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
hooks/unmount-namespace.c

index 86513ac9b9f7c0cb027212d44416374d2f3650ad..9b4033fbd1fcc1ebc687be3c4108e4b4229cac73 100644 (file)
@@ -35,7 +35,6 @@
 #include <sys/types.h> /* openat, open */
 #include <sys/stat.h>  /* openat, open */
 #include <fcntl.h>     /* openat, open */
-#include <mntent.h>    /* getmntent, endmntent */
 #include <errno.h>     /* errno */
 
 #include <../src/config.h>