Refresh prototype due to upstream changes

This commit is contained in:
Brian Behlendorf 2009-01-05 16:53:23 -08:00
parent ef1c43e66f
commit 3a1f0dcde1
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ typedef struct vdev_disk {
} vdev_disk_t; } vdev_disk_t;
extern int vdev_disk_physio(ldi_handle_t, caddr_t, size_t, uint64_t, int); extern int vdev_disk_physio(ldi_handle_t, caddr_t, size_t, uint64_t, int);
extern nvlist_t *vdev_disk_read_rootlabel(char *devpath);
#endif #endif

View File

@ -639,7 +639,7 @@ vdev_disk_io_done(zio_t *zio)
} }
nvlist_t * nvlist_t *
vdev_disk_read_rootlabel(char *devpath) vdev_disk_read_rootlabel(char *devpath, char *devid, nvlist_t **config)
{ {
return NULL; return NULL;
} }