Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Dnsmasq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Dnsmasq
Commits
c740e4f3
Commit
c740e4f3
authored
Aug 09, 2012
by
Simon Kelley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FTBFS when -DNO_DHCP - thanks Sung Pae.
parent
132255b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/option.c
src/option.c
+2
-2
No files found.
src/option.c
View file @
c740e4f3
...
@@ -601,6 +601,8 @@ static void do_usage(void)
...
@@ -601,6 +601,8 @@ static void do_usage(void)
}
}
}
}
#define ret_err(x) do { strcpy(errstr, (x)); return 0; } while (0)
#ifdef HAVE_DHCP
#ifdef HAVE_DHCP
static
int
is_tag_prefix
(
char
*
arg
)
static
int
is_tag_prefix
(
char
*
arg
)
...
@@ -619,8 +621,6 @@ static char *set_prefix(char *arg)
...
@@ -619,8 +621,6 @@ static char *set_prefix(char *arg)
return
arg
;
return
arg
;
}
}
#define ret_err(x) do { strcpy(errstr, (x)); return 0; } while (0)
/* This is too insanely large to keep in-line in the switch */
/* This is too insanely large to keep in-line in the switch */
static
int
parse_dhcp_opt
(
char
*
errstr
,
char
*
arg
,
int
flags
)
static
int
parse_dhcp_opt
(
char
*
errstr
,
char
*
arg
,
int
flags
)
{
{
...
...
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