Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
fce764f9
Commit
fce764f9
authored
Nov 09, 2015
by
Pavel Tvrdík
Committed by
Ondřej Zajíček
Nov 11, 2015
Browse files
Fix compiling with --enable-debug option
parent
9ddbfbdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
sysdep/linux/netlink.c
View file @
fce764f9
...
...
@@ -246,7 +246,7 @@ nl_parse_attrs(struct rtattr *a, struct rtattr **k, int ksize)
return
1
;
}
static
inline
ip4_addr
rta_get_u32
(
struct
rtattr
*
a
)
static
inline
u32
rta_get_u32
(
struct
rtattr
*
a
)
{
return
*
(
u32
*
)
RTA_DATA
(
a
);
}
static
inline
ip4_addr
rta_get_ip4
(
struct
rtattr
*
a
)
...
...
Write
Preview
Supports
Markdown
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