diff options
Diffstat (limited to 'include/arpa/tftp.h')
-rw-r--r-- | include/arpa/tftp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arpa/tftp.h b/include/arpa/tftp.h index c88920d4f96f..70a2029db356 100644 --- a/include/arpa/tftp.h +++ b/include/arpa/tftp.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)tftp.h 8.1 (Berkeley) 6/2/93 + * $FreeBSD$ */ #ifndef _ARPA_TFTP_H_ @@ -50,7 +51,7 @@ #define ACK 04 /* acknowledgement */ #define ERROR 05 /* error code */ -struct tftphdr { +struct tftphdr { unsigned short th_opcode; /* packet type */ union { unsigned short tu_block; /* block # */ |