From ecd972e9cb8462498aa2ff91c64449ccc56e9190 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 16 Aug 2000 08:17:49 +0000 Subject: [PATCH] include the sparc loadfile_machdep.h as-is; we can blow this header away completely later. --- sys/arch/sparc64/include/Makefile | 5 +++-- sys/arch/sparc64/include/loadfile_machdep.h | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 sys/arch/sparc64/include/loadfile_machdep.h diff --git a/sys/arch/sparc64/include/Makefile b/sys/arch/sparc64/include/Makefile index 112433d513b9..ffc9f521cf74 100644 --- a/sys/arch/sparc64/include/Makefile +++ b/sys/arch/sparc64/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/06/26 15:43:14 kleink Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/16 08:17:49 mrg Exp $ KDIR= /sys/arch/sparc64/include INCSDIR= /usr/include/sparc64 @@ -7,7 +7,8 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h \ bsd_openprom.h bus.h cdefs.h cgtworeg.h conf.h cpu.h ctlreg.h \ db_machdep.h disklabel.h eeprom.h elf_machdep.h endian.h \ endian_machdep.h fbio.h fbvar.h float.h frame.h fsr.h idprom.h ieee.h \ - ieeefp.h instr.h int_types.h kbd.h kbio.h kcore.h limits.h lock.h \ + ieeefp.h instr.h int_types.h kbd.h kbio.h kcore.h limits.h \ + loadfile_machdep.h lock.h \ math.h oldmon.h openpromio.h param.h pcb.h pmap.h proc.h profile.h \ psl.h pte.h ptrace.h reg.h reloc.h remote-sl.h setjmp.h signal.h \ stdarg.h svr4_machdep.h trap.h types.h varargs.h vmparam.h \ diff --git a/sys/arch/sparc64/include/loadfile_machdep.h b/sys/arch/sparc64/include/loadfile_machdep.h new file mode 100644 index 000000000000..0b117662c3ad --- /dev/null +++ b/sys/arch/sparc64/include/loadfile_machdep.h @@ -0,0 +1,3 @@ +/* $NetBSD: loadfile_machdep.h,v 1.1 2000/08/16 08:17:50 mrg Exp $ */ + +#include