Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/include include <machine/endian.h>



details:   https://anonhg.NetBSD.org/src/rev/1ae21db812c2
branches:  trunk
changeset: 482880:1ae21db812c2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Feb 24 17:19:57 2000 +0000

description:
include <machine/endian.h>

diffstat:

 sys/arch/sh3/include/va-sh.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d9522a47d93f -r 1ae21db812c2 sys/arch/sh3/include/va-sh.h
--- a/sys/arch/sh3/include/va-sh.h      Thu Feb 24 17:18:30 2000 +0000
+++ b/sys/arch/sh3/include/va-sh.h      Thu Feb 24 17:19:57 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: va-sh.h,v 1.2 1999/09/16 12:48:06 msaitoh Exp $ */
+/* $NetBSD: va-sh.h,v 1.3 2000/02/24 17:19:57 msaitoh Exp $ */
 
 /* This is just like the default gvarargs.h
    except for differences described below.  */
@@ -8,6 +8,8 @@
 #ifndef __GNUC_VA_LIST
 #define __GNUC_VA_LIST
 
+#include <machine/endian.h>
+
 #ifdef __SH3E__
 
 typedef long __va_greg;



Home | Main Index | Thread Index | Old Index