From 63ad72d21b23bd04996e9ae06387dfd60350fbed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 11 Jun 1999 21:28:05 +0000 Subject: Update. 1999-06-11 Ulrich Drepper * inet/arpa/tftp.h: Move attribute declaration in right position. --- inet/arpa/tftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet') diff --git a/inet/arpa/tftp.h b/inet/arpa/tftp.h index 03ed54f678..21b0559e54 100644 --- a/inet/arpa/tftp.h +++ b/inet/arpa/tftp.h @@ -52,7 +52,7 @@ struct tftphdr { unsigned short tu_block; /* block # */ short tu_code; /* error code */ char tu_stuff[1]; /* request packet stuff */ - } th_u __attribute__ ((__packed__)); + } __attribute__ ((__packed__)) th_u; char th_data[1]; /* data or error string */ } __attribute__ ((__packed__)); -- cgit 1.4.1