diff options
Diffstat (limited to 'ufs-utils/dlabel.c')
-rw-r--r-- | ufs-utils/dlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs-utils/dlabel.c b/ufs-utils/dlabel.c index 33db56da..e3678310 100644 --- a/ufs-utils/dlabel.c +++ b/ufs-utils/dlabel.c @@ -37,7 +37,7 @@ fd_get_device (int fd, device_t *device) if (node == MACH_PORT_NULL) return errno; - err = store_create (node, &store); + err = store_create (node, 0, 0, &store); if (! err) { if (store->class != STORAGE_DEVICE |