summaryrefslogtreecommitdiff
path: root/sys/arch/wgrisc/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/wgrisc/dev')
-rw-r--r--sys/arch/wgrisc/dev/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/wgrisc/dev/flash.c b/sys/arch/wgrisc/dev/flash.c
index 1eb45bfb884..44641a401fc 100644
--- a/sys/arch/wgrisc/dev/flash.c
+++ b/sys/arch/wgrisc/dev/flash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: flash.c,v 1.2 1997/08/24 12:01:13 pefo Exp $ */
+/* $OpenBSD: flash.c,v 1.3 1998/10/03 21:18:59 millert Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -844,7 +844,7 @@ flgetdisklabel(dev, sc)
/*
* Call the generic disklabel extraction routine
*/
- errstring = readdisklabel(FLLABELDEV(dev), flstrategy, lp, &clp);
+ errstring = readdisklabel(FLLABELDEV(dev), flstrategy, lp, &clp, 0);
if (errstring) {
printf("%s: %s\n", sc->sc_dev.dv_xname, errstring);
}