Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83271
b: refs/heads/master
c: 6de1a91
h: refs/heads/master
i:
  83269: 5142ed5
  83267: 8d90a5d
  83263: 1417b3e
v: v3
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Feb 5, 2008
1 parent fefbb52 commit f832908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 0aead543479e7f20013217fe3fc33a604fdd8944
refs/heads/master: 6de1a9104034a2c58db3abdaf03cddb507225137
6 changes: 2 additions & 4 deletions trunk/include/net/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ struct frag_hdr {

/* sysctls */
extern int sysctl_mld_max_msf;

extern struct ctl_path net_ipv6_ctl_path[];

#define _DEVINC(statname, modifier, idev, field) \
Expand Down Expand Up @@ -586,9 +585,6 @@ extern int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
int __user *optlen);

#ifdef CONFIG_PROC_FS
extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
extern struct ctl_table *ipv6_route_sysctl_init(struct net *net);

extern int ac6_proc_init(void);
extern void ac6_proc_exit(void);
extern int raw6_proc_init(void);
Expand Down Expand Up @@ -621,6 +617,8 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev)
extern ctl_table ipv6_route_table_template[];
extern ctl_table ipv6_icmp_table_template[];

extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
extern struct ctl_table *ipv6_route_sysctl_init(struct net *net);
extern int ipv6_sysctl_register(void);
extern void ipv6_sysctl_unregister(void);
#endif
Expand Down

0 comments on commit f832908

Please sign in to comment.