diff options
author | obrien <obrien@FreeBSD.org> | 2001-09-05 01:36:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-09-05 01:36:46 +0000 |
commit | 34ad4938d7b13071cec2b5866ff9e86958fee591 (patch) | |
tree | 5d3702b54b0b14f9bfe65adc02f757d9f356ccb4 /include/arpa | |
parent | 2f864814fffdc5d1caeb9a8e0535608dc6be9556 (diff) | |
download | FreeBSD-src-34ad4938d7b13071cec2b5866ff9e86958fee591.zip FreeBSD-src-34ad4938d7b13071cec2b5866ff9e86958fee591.tar.gz |
style(9) the structure definitions.
Diffstat (limited to 'include/arpa')
-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 c88920d..70a2029 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 # */ |