summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskpc98.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-11-26 19:29:15 +0000
committerphk <phk@FreeBSD.org>2000-11-26 19:29:15 +0000
commit2ad308fd87c069be6ea9eb90bfc1b811438fdb46 (patch)
tree11432f1623f70e03d122945861f3b0dcfb8f452b /sys/sys/diskpc98.h
parent0f144020e7e8a3ba9a723306fe3a26e9ea8ee181 (diff)
downloadFreeBSD-src-2ad308fd87c069be6ea9eb90bfc1b811438fdb46.zip
FreeBSD-src-2ad308fd87c069be6ea9eb90bfc1b811438fdb46.tar.gz
Make diskerr() always log with printf.
Diffstat (limited to 'sys/sys/diskpc98.h')
-rw-r--r--sys/sys/diskpc98.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 1c9a8be..e66b75e 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -459,7 +459,7 @@ struct bio_queue_head;
int bounds_check_with_label __P((struct bio *bp, struct disklabel *lp,
int wlabel));
-void diskerr __P((struct bio *bp, char *what, int pri, int blkdone,
+void diskerr __P((struct bio *bp, char *what, int blkdone,
struct disklabel *lp));
void disksort __P((struct buf *ap, struct buf *bp));
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
OpenPOWER on IntegriCloud