diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/aesni.c | 3 | ||||
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/hppa64/machdep.c | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/amd64/amd64/aesni.c b/sys/arch/amd64/amd64/aesni.c index a107ef602a5..36be2dfac24 100644 --- a/sys/arch/amd64/amd64/aesni.c +++ b/sys/arch/amd64/amd64/aesni.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aesni.c,v 1.27 2014/07/12 18:44:41 tedu Exp $ */ +/* $OpenBSD: aesni.c,v 1.28 2014/08/18 05:11:03 dlg Exp $ */ /*- * Copyright (c) 2003 Jason Wright * Copyright (c) 2003, 2004 Theo de Raadt @@ -24,6 +24,7 @@ #include <sys/queue.h> #include <sys/types.h> #include <sys/malloc.h> +#include <sys/pool.h> #include <sys/mbuf.h> #include <sys/pool.h> diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index 39a79d64c62..11793d2b592 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.233 2014/07/22 01:04:04 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.234 2014/08/18 05:11:03 dlg Exp $ */ /* * Copyright (c) 1999-2003 Michael Shalayeff @@ -38,7 +38,7 @@ #include <sys/file.h> #include <sys/timeout.h> #include <sys/malloc.h> -#include <sys/mbuf.h> +#include <sys/pool.h> #include <sys/msgbuf.h> #include <sys/ioctl.h> #include <sys/tty.h> diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c index 9e074884364..79a7d228c4a 100644 --- a/sys/arch/hppa64/hppa64/machdep.c +++ b/sys/arch/hppa64/hppa64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.71 2014/07/22 01:04:04 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.72 2014/08/18 05:11:03 dlg Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -29,7 +29,7 @@ #include <sys/file.h> #include <sys/timeout.h> #include <sys/malloc.h> -#include <sys/mbuf.h> +#include <sys/pool.h> #include <sys/msgbuf.h> #include <sys/ioctl.h> #include <sys/tty.h> |