The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3282

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Fixes: Android
Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 9b53e0b7d304377c07d450426e3f5246ab2fe35f Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@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.brau...@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>
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to