Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/stand/scsiboot Fix header botch in previous.



details:   https://anonhg.NetBSD.org/src/rev/f4c11e8f1792
branches:  trunk
changeset: 467494:f4c11e8f1792
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Mar 25 05:17:49 1999 +0000

description:
Fix header botch in previous.

diffstat:

 sys/arch/pmax/stand/scsiboot/bootxx.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 338d90280568 -r f4c11e8f1792 sys/arch/pmax/stand/scsiboot/bootxx.c
--- a/sys/arch/pmax/stand/scsiboot/bootxx.c     Thu Mar 25 05:17:27 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/bootxx.c     Thu Mar 25 05:17:49 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxx.c,v 1.13 1999/03/25 05:16:06 simonb Exp $       */
+/*     $NetBSD: bootxx.c,v 1.14 1999/03/25 05:17:49 simonb Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/param.h>
-#include <sys/exec.h>
+#include <sys/exec_elf.h>
 #include <stand.h>
 #include <machine/dec_prom.h>
 



Home | Main Index | Thread Index | Old Index