On Fri, Jul 31, 2009 at 10:39:33AM +0300, Gregory Edigarov wrote: > Definitely NOT OK, as you've touched the definition of the next > function in file....
You're joking? Index: filter.c =================================================================== RCS file: /cvs/src/libexec/tftp-proxy/filter.c,v retrieving revision 1.2 diff -u -p -r1.2 filter.c --- filter.c 23 Jun 2007 15:51:21 -0000 1.2 +++ filter.c 30 Jul 2009 19:47:45 -0000 @@ -78,40 +78,6 @@ add_filter(u_int32_t id, u_int8_t dir, s } int -add_nat(u_int32_t id, struct sockaddr *src, struct sockaddr *dst, ... -} - -int add_rdr(u_int32_t id, struct sockaddr *src, struct sockaddr *dst, ...
