Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/fpe Include <sys/time.h> before <sys/signalvar...



details:   https://anonhg.NetBSD.org/src/rev/d0913dbec014
branches:  trunk
changeset: 583576:d0913dbec014
user:      he <he%NetBSD.org@localhost>
date:      Sat Aug 13 05:38:45 2005 +0000

description:
Include <sys/time.h> before <sys/signalvar.h> so that copyinout_t is
defined before it is used in the second of these.

Fixes a build problem for several of our m68k ports.  I've been
waiting for a better fix, but now my "proper fix timeout" triggered.

diffstat:

 sys/arch/m68k/fpe/fpu_emulate.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 46a17be6fa5d -r d0913dbec014 sys/arch/m68k/fpe/fpu_emulate.h
--- a/sys/arch/m68k/fpe/fpu_emulate.h   Sat Aug 13 02:03:48 2005 +0000
+++ b/sys/arch/m68k/fpe/fpu_emulate.h   Sat Aug 13 05:38:45 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_emulate.h,v 1.10 2003/09/22 14:18:35 cl Exp $      */
+/*     $NetBSD: fpu_emulate.h,v 1.11 2005/08/13 05:38:45 he Exp $      */
 
 /*
  * Copyright (c) 1995 Gordon Ross
@@ -36,6 +36,7 @@
 
 #include <sys/types.h>
 #include <sys/signal.h>
+#include <sys/time.h>
 #include <sys/signalvar.h>
 #include <sys/siginfo.h>
 



Home | Main Index | Thread Index | Old Index