diff options
-rw-r--r-- | sys/sys/diskslice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h index 27a402b..7eb3ca9 100644 --- a/sys/sys/diskslice.h +++ b/sys/sys/diskslice.h @@ -83,7 +83,6 @@ struct diskslices { #define dsgetlabel(dev, ssp) (ssp->dss_slices[dkslice(dev)].ds_label) -struct buf; struct bio; struct disklabel; |