restore WINO inode to USTATE to keep accounting right
[unix-history] / usr / src / include / a.out.h
CommitLineData
19ef9aae 1/*-
56559b70
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
bb0cfa24 4 *
19ef9aae
KB
5 * %sccs.include.redist.c%
6 *
56559b70 7 * @(#)a.out.h 8.1 (Berkeley) %G%
bb0cfa24 8 */
6f86c72f 9
19ef9aae
KB
10#ifndef _AOUT_H_
11#define _AOUT_H_
12
343e0a1f 13#include <sys/types.h>
1f39014f
KB
14#include <machine/exec.h>
15#include <machine/reloc.h>
6f86c72f 16
19ef9aae
KB
17#define _AOUT_INCLUDE_
18#include <nlist.h>
6f86c72f 19
19ef9aae 20#endif /* !_AOUT_H_ */