summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disklabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_disklabel.c')
-rw-r--r--sys/kern/subr_disklabel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c
index e3a734c..9184f2f 100644
--- a/sys/kern/subr_disklabel.c
+++ b/sys/kern/subr_disklabel.c
@@ -354,9 +354,9 @@ hp0g: hard error reading fsbn 12345 of 12344-12347 (hp0 bn %d cn %d tn %d sn %d)
* or addlog, respectively. There is no trailing space.
*/
void
-diskerr(bp, dname, what, pri, blkdone, lp)
+diskerr(bp, what, pri, blkdone, lp)
register struct buf *bp;
- char *dname, *what;
+ char *what;
int pri, blkdone;
register struct disklabel *lp;
{
OpenPOWER on IntegriCloud