tftp-proxy; remove unused function

2009-07-30 Thread Stuart Henderson
ok? 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.c23 Jun 2007 15:51:21 - 1.2 +++ filter.c30 Jul 2009 19:47:45 - @@ -78,40 +78,6

Re: tftp-proxy; remove unused function

2009-07-31 Thread Gregory Edigarov
Stuart Henderson wrote: - -int add_rdr(u_int32_t id, struct sockaddr *src, struct sockaddr *dst, u_int16_t d_port, struct sockaddr *rdr, u_int16_t rdr_port, u_int8_t proto) Definitely NOT OK, as you've touched the definition of the next function in file -- With best regards,

Re: tftp-proxy; remove unused function

2009-07-31 Thread Henning Brauer
* Gregory Edigarov [2009-07-31 09:45]: > Stuart Henderson wrote: >> - >> -int >> add_rdr(u_int32_t id, struct sockaddr *src, struct sockaddr *dst, >> u_int16_t d_port, struct sockaddr *rdr, u_int16_t rdr_port, u_int8_t >> proto) >> > Definitely NOT OK, as you've touched the definition

Re: tftp-proxy; remove unused function

2009-07-31 Thread Martin Toft
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/