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
2006-05-22 05:57:39 +00:00
2006-03-02 10:01:52 +00:00
2006-04-22 15:10:11 +00:00