Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
bbb25816
Unverified
Commit
bbb25816
authored
Sep 22, 2014
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in lsm.h breaking android build
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
42e5c987
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lsm.h
src/lxc/lsm/lsm.h
+1
-1
No files found.
src/lxc/lsm/lsm.h
View file @
bbb25816
...
@@ -50,7 +50,7 @@ static inline int lsm_enabled(void) { return 0; }
...
@@ -50,7 +50,7 @@ static inline int lsm_enabled(void) { return 0; }
static
inline
const
char
*
lsm_name
(
void
)
{
return
"none"
;
}
static
inline
const
char
*
lsm_name
(
void
)
{
return
"none"
;
}
static
inline
char
*
lsm_process_label_get
(
pid_t
pid
)
{
return
NULL
;
}
static
inline
char
*
lsm_process_label_get
(
pid_t
pid
)
{
return
NULL
;
}
static
inline
int
lsm_process_label_set
(
const
char
*
label
,
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
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment