=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tftp/tftpsubs.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/tftp/tftpsubs.c 2012/05/01 04:23:21 1.15 --- src/usr.bin/tftp/tftpsubs.c 2024/04/23 13:34:51 1.16 *************** *** 1,4 **** ! /* $OpenBSD: tftpsubs.c,v 1.15 2012/05/01 04:23:21 gsoares Exp $ */ /* $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: tftpsubs.c,v 1.16 2024/04/23 13:34:51 jsg Exp $ */ /* $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */ /* *************** *** 165,171 **** newline = 1; } } ! *p++ = c; } b->counter = (int)(p - dp->th_data); } --- 165,171 ---- newline = 1; } } ! *p++ = c; } b->counter = (int)(p - dp->th_data); }