summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-09-18 01:12:23 +0000
committerMike Smith <msmith@FreeBSD.org>1998-09-18 01:12:23 +0000
commita3e06d5cc14804ba5e67bb4538e06718cd494339 (patch)
treefc42ce2b92911fa670a6ffa4bca7056b689e3a4d
parent3dd37e4387dd4551965cea9044c4f2271fff9d9f (diff)
Notes
-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 3845a9a17faa..02beed979a89 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>