| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Attempt to improve application portability by marking `struct ar_hdr' | Joseph Koshy | 2006-11-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=164244 | ||||
| * | BSD 4.4 Lite Include Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+67 |
| Notes: svn path=/head/; revision=1539 | |||||
