diff options
Diffstat (limited to 'inet/arpa')
-rw-r--r-- | inet/arpa/tftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/arpa/tftp.h b/inet/arpa/tftp.h index 0904407c73..719c31bf7d 100644 --- a/inet/arpa/tftp.h +++ b/inet/arpa/tftp.h @@ -58,7 +58,7 @@ struct tftphdr { char tu_stuff[1]; /* request packet stuff */ } th_u; char th_data[1]; /* data or error string */ -}; +} __attribute__ ((__packed__)); #define th_block th_u.tu_block #define th_code th_u.tu_code |