define EXEC_AOUT before including freebsd_exec.h, so that the a.out stuff

gets defined
This commit is contained in:
jdolecek 2000-12-01 19:35:39 +00:00
parent 8e91e3f0bd
commit 5c032b6899
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_exec_aout.c,v 1.1 2000/12/01 19:13:47 jdolecek Exp $ */
/* $NetBSD: freebsd_exec_aout.c,v 1.2 2000/12/01 19:35:39 jdolecek Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@ -35,6 +35,10 @@
#include <sys/proc.h>
#include <sys/exec.h>
#ifndef EXEC_AOUT
#define EXEC_AOUT /* to get a.out specific stuff */
#endif
#include <compat/freebsd/freebsd_exec.h>
/*