From eb249946d027abef2ab8926d2a77edc6f5b235ac Mon Sep 17 00:00:00 2001 From: mjacob Date: Fri, 17 Oct 1997 18:47:30 +0000 Subject: [PATCH] Recover from some include file foo. --- sys/arch/alpha/alpha/dec_eb164.c | 5 +++-- sys/arch/alpha/alpha/machdep.c | 5 +++-- sys/arch/alpha/alpha/prom.c | 6 +++--- sys/arch/alpha/alpha/trap.c | 5 +++-- sys/arch/alpha/alpha/vm_machdep.c | 9 +++++---- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/sys/arch/alpha/alpha/dec_eb164.c b/sys/arch/alpha/alpha/dec_eb164.c index 1328e6583277..d5b3b03cc3f8 100644 --- a/sys/arch/alpha/alpha/dec_eb164.c +++ b/sys/arch/alpha/alpha/dec_eb164.c @@ -1,4 +1,4 @@ -/* $NetBSD: dec_eb164.c,v 1.21 1997/10/16 00:58:16 thorpej Exp $ */ +/* $NetBSD: dec_eb164.c,v 1.22 1997/10/17 18:47:30 mjacob Exp $ */ /* * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University. @@ -32,7 +32,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: dec_eb164.c,v 1.21 1997/10/16 00:58:16 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dec_eb164.c,v 1.22 1997/10/17 18:47:30 mjacob Exp $"); #include #include @@ -43,6 +43,7 @@ __KERNEL_RCSID(0, "$NetBSD: dec_eb164.c,v 1.21 1997/10/16 00:58:16 thorpej Exp $ #include #include #include +#include #include #include diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index 4b37266b8334..19e1a3e486af 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.90 1997/09/23 23:23:26 mjacob Exp $ */ +/* $NetBSD: machdep.c,v 1.91 1997/10/17 18:47:39 mjacob Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -29,7 +29,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.90 1997/09/23 23:23:26 mjacob Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.91 1997/10/17 18:47:39 mjacob Exp $"); #include #include @@ -53,6 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.90 1997/09/23 23:23:26 mjacob Exp $"); #include #include #include +#include #include #include #include diff --git a/sys/arch/alpha/alpha/prom.c b/sys/arch/alpha/alpha/prom.c index 879c2dbc26ce..86babfdb6445 100644 --- a/sys/arch/alpha/alpha/prom.c +++ b/sys/arch/alpha/alpha/prom.c @@ -1,4 +1,4 @@ -/* $NetBSD: prom.c,v 1.17 1997/09/02 20:15:36 thorpej Exp $ */ +/* $NetBSD: prom.c,v 1.18 1997/10/17 18:47:50 mjacob Exp $ */ /* * Copyright (c) 1992, 1994, 1995, 1996 Carnegie Mellon University @@ -27,17 +27,17 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: prom.c,v 1.17 1997/09/02 20:15:36 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: prom.c,v 1.18 1997/10/17 18:47:50 mjacob Exp $"); #include #include +#include #include #include #include #include #ifdef NEW_PMAP -#include #include #endif diff --git a/sys/arch/alpha/alpha/trap.c b/sys/arch/alpha/alpha/trap.c index 4214ee07fe4a..d69c00fc83d0 100644 --- a/sys/arch/alpha/alpha/trap.c +++ b/sys/arch/alpha/alpha/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.27 1997/09/02 13:22:53 thorpej Exp $ */ +/* $NetBSD: trap.c,v 1.28 1997/10/17 18:47:58 mjacob Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -31,10 +31,11 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.27 1997/09/02 13:22:53 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.28 1997/10/17 18:47:58 mjacob Exp $"); #include #include +#include #include #include #include diff --git a/sys/arch/alpha/alpha/vm_machdep.c b/sys/arch/alpha/alpha/vm_machdep.c index 18114cd83b5b..8252b9f6925c 100644 --- a/sys/arch/alpha/alpha/vm_machdep.c +++ b/sys/arch/alpha/alpha/vm_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: vm_machdep.c,v 1.26 1997/09/02 20:15:37 thorpej Exp $ */ +/* $NetBSD: vm_machdep.c,v 1.27 1997/10/17 18:48:07 mjacob Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -29,7 +29,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.26 1997/09/02 20:15:37 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.27 1997/10/17 18:48:07 mjacob Exp $"); #include #include @@ -41,12 +41,13 @@ __KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.26 1997/09/02 20:15:37 thorpej Exp #include #include +#include +#include + #include #include #include -#include -#include /* * Dump the machine specific header information at the start of a core dump.