Module Name:    src
Committed By:   matt
Date:           Sun Aug 16 13:26:16 UTC 2009

Modified Files:
        src/sys/lib/libsa: exec.c loadfile_aout.c

Log Message:
Change include of <sys/exec.h> to <sys/exec_aout.h> since these files want
the a.out stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/lib/libsa/exec.c
cvs rdiff -u -r1.13 -r1.14 src/sys/lib/libsa/loadfile_aout.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/lib/libsa/exec.c
diff -u src/sys/lib/libsa/exec.c:1.26 src/sys/lib/libsa/exec.c:1.27
--- src/sys/lib/libsa/exec.c:1.26	Tue Mar 25 21:23:50 2008
+++ src/sys/lib/libsa/exec.c	Sun Aug 16 13:26:16 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec.c,v 1.26 2008/03/25 21:23:50 christos Exp $	*/
+/*	$NetBSD: exec.c,v 1.27 2009/08/16 13:26:16 matt Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -38,7 +38,7 @@
 #ifndef INSECURE
 #include <sys/stat.h>
 #endif
-#include <sys/exec.h>
+#include <sys/exec_aout.h>
 #ifdef _STANDALONE
 #include <lib/libkern/libkern.h>
 #else

Index: src/sys/lib/libsa/loadfile_aout.c
diff -u src/sys/lib/libsa/loadfile_aout.c:1.13 src/sys/lib/libsa/loadfile_aout.c:1.14
--- src/sys/lib/libsa/loadfile_aout.c:1.13	Mon Apr 28 20:24:06 2008
+++ src/sys/lib/libsa/loadfile_aout.c	Sun Aug 16 13:26:16 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: loadfile_aout.c,v 1.13 2008/04/28 20:24:06 martin Exp $ */
+/* $NetBSD: loadfile_aout.c,v 1.14 2009/08/16 13:26:16 matt Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
 #endif
 
 #include <sys/param.h>
-#include <sys/exec.h>
+#include <sys/exec_aout.h>
 
 #include "loadfile.h"
 

Reply via email to