summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-23 03:03:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-23 03:03:38 +0000
commit66b10192a6c1f61e3bd3d3645bf3178ae7844f41 (patch)
tree55cb79cd05b8a1b8dda59c7df210821b2fb9f2e2 /sys/arch/mac68k
parent513871f2b2518f6347c3717a1758670a6bcfab87 (diff)
uid_t is unsigned
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/mac68k/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/trap.c b/sys/arch/mac68k/mac68k/trap.c
index 65b04845af1..383f981d1d8 100644
--- a/sys/arch/mac68k/mac68k/trap.c
+++ b/sys/arch/mac68k/mac68k/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.37 2002/05/16 21:11:15 miod Exp $ */
+/* $OpenBSD: trap.c,v 1.38 2002/06/23 03:03:15 deraadt Exp $ */
/* $NetBSD: trap.c,v 1.68 1998/12/22 08:47:07 scottr Exp $ */
/*
@@ -731,7 +731,7 @@ writeback(fp, docachepush)
(vaddr_t)&vmmap[NBPG]);
pmap_update(pmap_kernel());
} else
- printf("WARNING: pid %d(%s) uid %d: CPUSH not done\n",
+ printf("WARNING: pid %d(%s) uid %u: CPUSH not done\n",
p->p_pid, p->p_comm, p->p_ucred->cr_uid);
} else if ((f->f_ssw & (SSW4_RW|SSW4_TTMASK)) == SSW4_TTM16) {
/*