Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
3731f1ea
Commit
3731f1ea
authored
Mar 28, 2011
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf-parser: fix remaining parser functions according to new prototype
parent
03b4471d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/main.c
src/main.c
+5
-0
src/systemctl.c
src/systemctl.c
+1
-0
No files found.
src/main.c
View file @
3731f1ea
...
...
@@ -373,6 +373,7 @@ static int config_parse_level(
unsigned
line
,
const
char
*
section
,
const
char
*
lvalue
,
int
ltype
,
const
char
*
rvalue
,
void
*
data
,
void
*
userdata
)
{
...
...
@@ -390,6 +391,7 @@ static int config_parse_target(
unsigned
line
,
const
char
*
section
,
const
char
*
lvalue
,
int
ltype
,
const
char
*
rvalue
,
void
*
data
,
void
*
userdata
)
{
...
...
@@ -407,6 +409,7 @@ static int config_parse_color(
unsigned
line
,
const
char
*
section
,
const
char
*
lvalue
,
int
ltype
,
const
char
*
rvalue
,
void
*
data
,
void
*
userdata
)
{
...
...
@@ -424,6 +427,7 @@ static int config_parse_location(
unsigned
line
,
const
char
*
section
,
const
char
*
lvalue
,
int
ltype
,
const
char
*
rvalue
,
void
*
data
,
void
*
userdata
)
{
...
...
@@ -441,6 +445,7 @@ static int config_parse_cpu_affinity(
unsigned
line
,
const
char
*
section
,
const
char
*
lvalue
,
int
ltype
,
const
char
*
rvalue
,
void
*
data
,
void
*
userdata
)
{
...
...
src/systemctl.c
View file @
3731f1ea
...
...
@@ -3609,6 +3609,7 @@ static int config_parse_also(
unsigned
line
,
const
char
*
section
,
const
char
*
lvalue
,
int
ltype
,
const
char
*
rvalue
,
void
*
data
,
void
*
userdata
)
{
...
...
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