Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14801
b: refs/heads/master
c: 34a0b3c
h: refs/heads/master
i:
  14799: 3cd3470
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Nov 30, 2005
1 parent 221e692 commit 62480ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d127e94a5cf1c9c996b8c67cd2595b96c3e35e4c
refs/heads/master: 34a0b3cdc078746788ffc49e56da0db62b8b6ea4
3 changes: 2 additions & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,8 @@ int ip6_dst_lookup(struct sock *sk, struct dst_entry **dst, struct flowi *fl)
*dst = NULL;
return err;
}
inline int ip6_ufo_append_data(struct sock *sk,

static inline int ip6_ufo_append_data(struct sock *sk,
int getfrag(void *from, char *to, int offset, int len,
int odd, struct sk_buff *skb),
void *from, int length, int hh_len, int fragheaderlen,
Expand Down
4 changes: 2 additions & 2 deletions trunk/net/ipv6/ipv6_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ int ipv6_setsockopt(struct sock *sk, int level, int optname,
return -EINVAL;
}

int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr,
char __user *optval, int len)
static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr,
char __user *optval, int len)
{
if (!hdr)
return 0;
Expand Down

0 comments on commit 62480ec

Please sign in to comment.