summary refs log tree commit diff
path: root/inet/arpa/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'inet/arpa/tftp.h')
-rw-r--r--inet/arpa/tftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/arpa/tftp.h b/inet/arpa/tftp.h
index 719c31bf7d..15bfc656c2 100644
--- a/inet/arpa/tftp.h
+++ b/inet/arpa/tftp.h
@@ -56,7 +56,7 @@ struct	tftphdr {
 		unsigned short	tu_block;	/* block # */
 		short	tu_code;		/* error code */
 		char	tu_stuff[1];		/* request packet stuff */
-	} th_u;
+	} th_u __attribute__ ((__packed__));
 	char	th_data[1];			/* data or error string */
 } __attribute__ ((__packed__));