From bbb258167449df3ece9db4963e1661a237e7c8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Mon, 22 Sep 2014 20:24:21 -0400 Subject: [PATCH] Fix typo in lsm.h breaking android build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/lxc/lsm/lsm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lsm/lsm.h b/src/lxc/lsm/lsm.h index 84e992db2..d6a7aac0d 100644 --- a/src/lxc/lsm/lsm.h +++ b/src/lxc/lsm/lsm.h @@ -50,7 +50,7 @@ static inline int lsm_enabled(void) { return 0; } static inline const char *lsm_name(void) { return "none"; } static inline char *lsm_process_label_get(pid_t pid) { return NULL; } static inline int lsm_process_label_set(const char *label, - struct lxc-conf *conf, int use_default, int on_exec) { return 0; } + struct lxc_conf *conf, int use_default, int on_exec) { return 0; } #endif #endif