summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-13 09:23:55 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-13 09:23:55 +0000
commitb77ab157d4bbccd7b67fb59e6b22d925be065169 (patch)
treec0a6e736aa9afe74000c736e96ee7fae5b15ad8d /inet
parentca0350310e775f12d1f5a5f8b99d32bc6f69f274 (diff)
Update from main branch.
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 15bfc656c2..69187da082 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 __attribute__ ((__packed__));
+ } __attribute__ ((__packed__)) th_u;
char th_data[1]; /* data or error string */
} __attribute__ ((__packed__));