summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/disklabel.h4
-rw-r--r--sys/sys/diskmbr.h4
-rw-r--r--sys/sys/diskpc98.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 6f4087e..712f8e7 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -444,8 +444,8 @@ struct buf_queue_head;
int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp,
int wlabel));
-void diskerr __P((struct buf *bp, char *dname, char *what, int pri,
- int blkdone, struct disklabel *lp));
+void diskerr __P((struct buf *bp, char *what, int pri, int blkdone,
+ struct disklabel *lp));
void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index 6f4087e..712f8e7 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -444,8 +444,8 @@ struct buf_queue_head;
int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp,
int wlabel));
-void diskerr __P((struct buf *bp, char *dname, char *what, int pri,
- int blkdone, struct disklabel *lp));
+void diskerr __P((struct buf *bp, char *what, int pri, int blkdone,
+ struct disklabel *lp));
void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 6f4087e..712f8e7 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -444,8 +444,8 @@ struct buf_queue_head;
int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp,
int wlabel));
-void diskerr __P((struct buf *bp, char *dname, char *what, int pri,
- int blkdone, struct disklabel *lp));
+void diskerr __P((struct buf *bp, char *what, int pri, int blkdone,
+ struct disklabel *lp));
void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
OpenPOWER on IntegriCloud