summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-01 17:04:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-01 17:04:48 +0000
commit8d2e13eefd786a12f2acc5256195988fce5bb363 (patch)
treecd06e552a9f04d55fbe2c621f4e34f06af79dce8 /sys/arch
parentebb9153a506b716d2b4f99fe1f7cbe89cf45c39f (diff)
spacing
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/vm_machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/vm_machdep.c b/sys/arch/i386/i386/vm_machdep.c
index 3f5eeb74d62..0424cddedcf 100644
--- a/sys/arch/i386/i386/vm_machdep.c
+++ b/sys/arch/i386/i386/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.40 2004/06/13 21:49:15 niklas Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.41 2005/08/01 17:04:47 deraadt Exp $ */
/* $NetBSD: vm_machdep.c,v 1.61 1996/05/03 19:42:35 christos Exp $ */
/*-
@@ -186,6 +186,7 @@ struct md_core {
struct reg intreg;
struct fpreg freg;
};
+
int
cpu_coredump(p, vp, cred, chdr)
struct proc *p;