diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-05-14 08:01:48 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-05-14 08:01:48 +0000 |
commit | 60894fde29002aac35c5aff244b0f45c4d590413 (patch) | |
tree | 2d0f73c65ae258539a2146cd435727a18ae62097 /print-tftp.c | |
parent | 6d59e2f382406def185ce5261b8723a174cd28a3 (diff) |
Diffstat (limited to 'print-tftp.c')
-rw-r--r-- | print-tftp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/print-tftp.c b/print-tftp.c index 0caff4284323..84cde3969d08 100644 --- a/print-tftp.c +++ b/print-tftp.c @@ -99,15 +99,7 @@ tftp_print(register const u_char *bp, u_int length) case RRQ: case WRQ: case OACK: - /* - * XXX Not all arpa/tftp.h's specify th_stuff as any - * array; use address of th_block instead - */ -#ifdef notdef p = (u_char *)tp->th_stuff; -#else - p = (u_char *)&tp->th_block; -#endif putchar(' '); /* Print filename or first option */ if (opcode != OACK) |