Deleted Added
full compact
a.out.h (3060) a.out.h (130927)
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)a.out.h 8.1 (Berkeley) 6/2/93
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)a.out.h 8.1 (Berkeley) 6/2/93
34 * $FreeBSD: head/include/a.out.h 130927 2004-06-22 17:05:39Z obrien $
34 */
35
36#ifndef _AOUT_H_
37#define _AOUT_H_
38
39#include <sys/types.h>
40#include <machine/exec.h>
35 */
36
37#ifndef _AOUT_H_
38#define _AOUT_H_
39
40#include <sys/types.h>
41#include <machine/exec.h>
42#include <sys/endian.h>
41#include <sys/imgact_aout.h>
42#include <machine/reloc.h>
43
44#define _AOUT_INCLUDE_
45#include <nlist.h>
46
47#endif /* !_AOUT_H_ */
43#include <sys/imgact_aout.h>
44#include <machine/reloc.h>
45
46#define _AOUT_INCLUDE_
47#include <nlist.h>
48
49#endif /* !_AOUT_H_ */