2 Needed for util-linux/more, huh?
4 - Rene Rebe <rene@exactcode.de>
6 --- ./include/a.out.h 2005-12-29 16:21:21.231999000 +0000
7 +++ ./include/a.out.h 2006-01-01 10:38:32.000000000 +0000
9 +#ifndef __A_OUT_GNU_H__
10 +#define __A_OUT_GNU_H__
23 +/* Code indicating object file or impure executable. */
25 +/* Code indicating pure executable. */
27 +/* Code indicating demand-paged executable. */
29 +/* This indicates a demand-paged executable with the header in the text.
30 + The first page is unmapped to help trap NULL pointer references. */
32 +/* Code indicating core file. */
35 +#endif /* __A_OUT_GNU_H__ */