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
226a18d6
Commit
226a18d6
authored
Jan 14, 2010
by
Daniel Lezcano
Committed by
Daniel Lezcano
Jan 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation warning
lxc_config_define_load should an int Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
33ba4ad7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
confile.c
src/lxc/confile.c
+1
-2
confile.h
src/lxc/confile.h
+2
-2
No files found.
src/lxc/confile.c
View file @
226a18d6
...
@@ -685,8 +685,7 @@ int lxc_config_define_add(struct lxc_list *defines, char* arg)
...
@@ -685,8 +685,7 @@ int lxc_config_define_add(struct lxc_list *defines, char* arg)
return
0
;
return
0
;
}
}
char
*
lxc_config_define_load
(
struct
lxc_list
*
defines
,
int
lxc_config_define_load
(
struct
lxc_list
*
defines
,
struct
lxc_conf
*
conf
)
struct
lxc_conf
*
conf
)
{
{
struct
lxc_list
*
it
;
struct
lxc_list
*
it
;
int
ret
=
0
;
int
ret
=
0
;
...
...
src/lxc/confile.h
View file @
226a18d6
...
@@ -28,5 +28,5 @@ extern int lxc_config_read(const char *file, struct lxc_conf *conf);
...
@@ -28,5 +28,5 @@ extern int lxc_config_read(const char *file, struct lxc_conf *conf);
extern
int
lxc_config_readline
(
char
*
buffer
,
struct
lxc_conf
*
conf
);
extern
int
lxc_config_readline
(
char
*
buffer
,
struct
lxc_conf
*
conf
);
extern
int
lxc_config_define_add
(
struct
lxc_list
*
defines
,
char
*
arg
);
extern
int
lxc_config_define_add
(
struct
lxc_list
*
defines
,
char
*
arg
);
extern
char
*
lxc_config_define_load
(
struct
lxc_list
*
defines
,
extern
int
lxc_config_define_load
(
struct
lxc_list
*
defines
,
struct
lxc_conf
*
conf
);
struct
lxc_conf
*
conf
);
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