summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorgingold <gingold@cvs.openbsd.org>1997-10-16 11:06:02 +0000
committergingold <gingold@cvs.openbsd.org>1997-10-16 11:06:02 +0000
commit8c98b18bd59ee49471748ce16fff621984e0e728 (patch)
treea17d36e1d00ce1dd94fecba65dd4e20c3109a009 /sys
parent33b1f840608f4d98feb7ffaebab44c37c239109e (diff)
updated for bounds_???
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/kbus/kbus/disksubr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/kbus/kbus/disksubr.c b/sys/arch/kbus/kbus/disksubr.c
index f889c2bc579..2d36381401a 100644
--- a/sys/arch/kbus/kbus/disksubr.c
+++ b/sys/arch/kbus/kbus/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.1 1997/10/14 07:25:34 gingold Exp $ */
+/* $OpenBSD: disksubr.c,v 1.2 1997/10/16 11:06:01 gingold Exp $ */
/* $NetBSD: disksubr.c,v 1.16 1996/04/28 20:25:59 thorpej Exp $ */
/*
@@ -251,9 +251,10 @@ writedisklabel(dev, strat, lp, clp)
* if needed, and signal errors or early completion.
*/
int
-bounds_check_with_label(bp, lp, wlabel)
+bounds_check_with_label(bp, lp, osdep, wlabel)
struct buf *bp;
struct disklabel *lp;
+ struct cpu_disklabel *osdep;
int wlabel;
{
#define blockpersec(count, lp) ((count) * (((lp)->d_secsize) / DEV_BSIZE))