Joseph Koshy 9e1ea8f2fe Attempt to improve application portability by marking `struct ar_hdr'
as `packed'.

The C standard leaves the alignment of individual members of a C
struct upto the implementation, so pedantically speaking portable
code cannot assume that the layout of a `struct ar_hdr' in memory
will match its layout in a file.  Using a __packed attribute
declaration forces file and memory layouts for this structure to
match.

Submitted by:	ru
2006-11-13 04:28:29 +00:00
..
2006-04-29 04:26:16 +00:00
2003-04-07 12:55:00 +00:00
2004-02-24 08:09:20 +00:00
2006-05-22 05:57:39 +00:00
2006-03-02 10:01:52 +00:00
2006-04-22 15:10:11 +00:00
2005-01-03 02:56:15 +00:00
2004-06-30 13:55:08 +00:00