summary refs log tree commit diff
path: root/inet
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-11 21:28:05 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-11 21:28:05 +0000
commit63ad72d21b23bd04996e9ae06387dfd60350fbed (patch)
tree83729896bec6188ad876bef745e67c2392aea5f0 /inet
parenta1c542bfc5684d914cf2af2c3ec9d5432d0b01dc (diff)
downloadglibc-63ad72d21b23bd04996e9ae06387dfd60350fbed.tar.gz
glibc-63ad72d21b23bd04996e9ae06387dfd60350fbed.tar.xz
glibc-63ad72d21b23bd04996e9ae06387dfd60350fbed.zip
Update.
1999-06-11  Ulrich Drepper  <drepper@cygnus.com>

	* inet/arpa/tftp.h: Move attribute declaration in right position.
Diffstat (limited to 'inet')
-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 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__));