Re: external ip/tcp (sysctl) variables

2013-04-09 Thread Martin Pieuchot
On 08/04/13(Mon) 18:38, Philip Guenther wrote: On Mon, Apr 8, 2013 at 6:30 AM, Martin Pieuchot mpieuc...@nolizard.org wrote: Diff below remove various external variable declaration from sources files and move them to the corresponding header with an appropriate comment if necessary.

Re: external ip/tcp (sysctl) variables

2013-04-08 Thread Alexey Suslikov
RCS file: /home/ncvs/src/sys/netinet/ip_var.h,v retrieving revision 1.44 diff -u -p -r1.44 ip_var.h --- netinet/ip_var.h 16 Jul 2012 18:05:36 - 1.44 +++ netinet/ip_var.h 8 Apr 2013 13:23:23 - @@ -149,8 +149,20 @@ extern struct ipstat ipstat; extern LIST_HEAD(ipqhead, ipq) ipq; /*

Re: external ip/tcp (sysctl) variables

2013-04-08 Thread Philip Guenther
On Mon, Apr 8, 2013 at 6:30 AM, Martin Pieuchot mpieuc...@nolizard.org wrote: Diff below remove various external variable declaration from sources files and move them to the corresponding header with an appropriate comment if necessary. ok? I like the idea. I agree with Alexey about copying