]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo in lsm.h breaking android build
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 23 Sep 2014 00:24:21 +0000 (20:24 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 23 Sep 2014 00:24:21 +0000 (20:24 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lsm/lsm.h

index 84e992db2f2e60be7775fe40a588d9d506f38e3b..d6a7aac0dd8c0c419b5653d895bc94179b29189e 100644 (file)
@@ -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