mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
1999-06-11 Ulrich Drepper <drepper@cygnus.com> * inet/arpa/tftp.h: Move attribute declaration in right position.
This commit is contained in:
parent
a1c542bfc5
commit
63ad72d21b
@ -1,3 +1,7 @@
|
||||
1999-06-11 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* inet/arpa/tftp.h: Move attribute declaration in right position.
|
||||
|
||||
1999-06-11 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* nscd/nscd.c: Add -S options for separate caching of data for
|
||||
|
@ -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__));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user