summaryrefslogtreecommitdiff
path: root/include/arpa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-05 01:36:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-05 01:36:46 +0000
commit1792335469ba3565828d0eb595a64116ff63abdf (patch)
tree5d3702b54b0b14f9bfe65adc02f757d9f356ccb4 /include/arpa
parentfaf73940c6e09295a85c155905393af5fa1f213c (diff)
Notes
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/tftp.h3
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 # */