a.out.h (3eb3f8f32aa4d02bc842f33c8b426dd2c0243e8d) | a.out.h (67866c4075b09697917432861147bf6f16ccafc1) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32 * 33 * @(#)a.out.h 8.1 (Berkeley) 6/2/93 34 */ 35 36#ifndef _AOUT_H_ 37#define _AOUT_H_ 38 39#include <sys/types.h> | 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 --- 23 unchanged lines hidden (view full) --- 32 * 33 * @(#)a.out.h 8.1 (Berkeley) 6/2/93 34 */ 35 36#ifndef _AOUT_H_ 37#define _AOUT_H_ 38 39#include <sys/types.h> |
40#include <machine/exec.h> |
|
40#include <sys/imgact_aout.h> 41#include <machine/reloc.h> 42 43#define _AOUT_INCLUDE_ 44#include <nlist.h> 45 46#endif /* !_AOUT_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_ */ |