Commit 0b7f6302 authored by David S. Miller's avatar David S. Miller

[IPSEC]: Mark pfkey_sadb_addr2xfrm_addr static again.

parent d932563f
...@@ -504,8 +504,8 @@ static uint8_t pfkey_proto_from_xfrm(uint8_t proto) ...@@ -504,8 +504,8 @@ static uint8_t pfkey_proto_from_xfrm(uint8_t proto)
return (proto ? proto : IPSEC_PROTO_ANY); return (proto ? proto : IPSEC_PROTO_ANY);
} }
int pfkey_sadb_addr2xfrm_addr(struct sadb_address *addr, static int pfkey_sadb_addr2xfrm_addr(struct sadb_address *addr,
xfrm_address_t *xaddr) xfrm_address_t *xaddr)
{ {
switch (((struct sockaddr*)(addr + 1))->sa_family) { switch (((struct sockaddr*)(addr + 1))->sa_family) {
case AF_INET: case AF_INET:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment