summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 21:37:01 +0000
committerdg <dg@FreeBSD.org>1994-09-24 21:37:01 +0000
commitfb2315b514e7cdc01b255928ad1080588b11c813 (patch)
tree9c7c8b41af7860c14d28089f92f1a9d43a6b8400 /sys/kern/imgact_aout.c
parent35a3c11775776c931b00aaff61724960482b18dc (diff)
downloadFreeBSD-src-fb2315b514e7cdc01b255928ad1080588b11c813.zip
FreeBSD-src-fb2315b514e7cdc01b255928ad1080588b11c813.tar.gz
Shuffled macros and definitions around to facilitate architecture
independance.
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index fcd7af5..f42f1b8 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: imgact_aout.c,v 1.6 1994/08/18 22:34:55 wollman Exp $
+ * $Id: imgact_aout.c,v 1.7 1994/08/24 11:50:36 sos Exp $
*/
#include <sys/param.h>
@@ -37,6 +37,7 @@
#include <sys/exec.h>
#include <sys/mman.h>
#include <sys/imgact.h>
+#include <sys/imgact_aout.h>
#include <sys/kernel.h>
#include <sys/sysent.h>
OpenPOWER on IntegriCloud