From: guenther Date: Sun, 11 May 2014 00:05:38 +0000 (+0000) Subject: Pull in before X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=105b5eb797e0f8b2d4daa59ed71713371b2792a3;p=openbsd Pull in before --- diff --git a/sys/arch/arm/arm/syscall.c b/sys/arch/arm/arm/syscall.c index 4e808e329cf..302a2b01baf 100644 --- a/sys/arch/arm/arm/syscall.c +++ b/sys/arch/arm/arm/syscall.c @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.c,v 1.16 2014/03/26 05:23:42 guenther Exp $ */ +/* $OpenBSD: syscall.c,v 1.17 2014/05/11 00:05:38 guenther Exp $ */ /* $NetBSD: syscall.c,v 1.24 2003/11/14 19:03:17 scw Exp $ */ /*- @@ -77,11 +77,11 @@ #include #include #include -#include -#include #include #include #include +#include +#include #include diff --git a/sys/arch/hppa64/hppa64/trap.c b/sys/arch/hppa64/hppa64/trap.c index 86e6a7e4e31..c21b9cca737 100644 --- a/sys/arch/hppa64/hppa64/trap.c +++ b/sys/arch/hppa64/hppa64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.37 2014/05/10 05:33:00 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.38 2014/05/11 00:05:38 guenther Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -21,11 +21,11 @@ #include #include -#include -#include #include #include #include +#include +#include #include diff --git a/sys/arch/mips64/mips64/trap.c b/sys/arch/mips64/mips64/trap.c index d78a525c13d..d7c4e16c7f8 100644 --- a/sys/arch/mips64/mips64/trap.c +++ b/sys/arch/mips64/mips64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.95 2014/05/10 22:25:16 jasper Exp $ */ +/* $OpenBSD: trap.c,v 1.96 2014/05/11 00:05:38 guenther Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -49,9 +49,9 @@ #include #include #include +#include #include #include -#include #include #include #ifdef PTRACE