summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/load_aout.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-18 01:12:23 +0000
committermsmith <msmith@FreeBSD.org>1998-09-18 01:12:23 +0000
commit1f22597a1245ee61e335641d0960296942d916d8 (patch)
tree9e6e82f47c6d8a5678f46000e94a05426e26262b /sys/boot/common/load_aout.c
parent4cc465448df7c96076c53511536521851b35c503 (diff)
downloadFreeBSD-src-1f22597a1245ee61e335641d0960296942d916d8.zip
FreeBSD-src-1f22597a1245ee61e335641d0960296942d916d8.tar.gz
Use a.out.h to get all the correct bits in one place.
Diffstat (limited to 'sys/boot/common/load_aout.c')
-rw-r--r--sys/boot/common/load_aout.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/boot/common/load_aout.c b/sys/boot/common/load_aout.c
index 3845a9a..02beed9 100644
--- a/sys/boot/common/load_aout.c
+++ b/sys/boot/common/load_aout.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: load_aout.c,v 1.3 1998/09/14 18:27:04 msmith Exp $
+ * $Id: load_aout.c,v 1.4 1998/09/17 23:52:02 msmith Exp $
*/
#include <sys/param.h>
@@ -33,8 +33,7 @@
#include <string.h>
#include <machine/bootinfo.h>
#include <stand.h>
-#define _AOUT_INCLUDE_
-#include <nlist.h>
+#include <a.out.h>
#define FREEBSD_AOUT
#include <link.h>
OpenPOWER on IntegriCloud