diff --git a/sys/arch/cesfic/cesfic/trap.c b/sys/arch/cesfic/cesfic/trap.c index 67713941057a..b4a0e7c4c89e 100644 --- a/sys/arch/cesfic/cesfic/trap.c +++ b/sys/arch/cesfic/cesfic/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.26 2006/05/14 21:55:10 elad Exp $ */ +/* $NetBSD: trap.c,v 1.27 2006/05/15 09:45:09 yamt Exp $ */ /* * Copyright (c) 1982, 1986, 1990, 1993 @@ -77,7 +77,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.26 2006/05/14 21:55:10 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.27 2006/05/15 09:45:09 yamt Exp $"); #include "opt_ddb.h" #include "opt_execfmt.h" @@ -100,6 +100,7 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.26 2006/05/14 21:55:10 elad Exp $"); #include #include #include +#include #ifdef KGDB #include #endif @@ -823,7 +824,7 @@ writeback(fp, docachepush) pmap_update(pmap_kernel()); } else printf("WARNING: pid %d(%s) uid %d: CPUSH not done\n", - p->p_pid, p->p_comm, kauth_cred_geteuid(p->p_cred)); + p->p_pid, p->p_comm, kauth_cred_geteuid(p->p_cred)); } else if ((f->f_ssw & (SSW4_RW|SSW4_TTMASK)) == SSW4_TTM16) { /* * MOVE16 fault.