[lxc-devel] [lxc/master] memory_utils: remove unneeded inclusion of mntent.h

brauner on Github lxc-bot at linuxcontainers.org
Tue Mar 10 15:08:50 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 380 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200310/001558c6/attachment.bin>
-------------- next part --------------
From 9b53e0b7d304377c07d450426e3f5246ab2fe35f Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Tue, 10 Mar 2020 16:08:06 +0100
Subject: [PATCH] memory_utils: remove unneeded inclusion of mntent.h

Fixes: Android
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/memory_utils.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lxc/memory_utils.h b/src/lxc/memory_utils.h
index b3c25827a2..196c957a5f 100644
--- a/src/lxc/memory_utils.h
+++ b/src/lxc/memory_utils.h
@@ -5,7 +5,6 @@
 
 #include <dirent.h>
 #include <errno.h>
-#include <mntent.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>


More information about the lxc-devel mailing list