From: Stéphane Graber Date: Tue, 23 Sep 2014 00:24:21 +0000 (-0400) Subject: Fix typo in lsm.h breaking android build X-Git-Tag: lxc-1.1.0.alpha2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbb258167449df3ece9db4963e1661a237e7c8e9;p=thirdparty%2Flxc.git Fix typo in lsm.h breaking android build Signed-off-by: Stéphane Graber --- 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