From 3101c7e80dfd708bd55b31b5018d4cf31da989f7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 30 Apr 2000 06:47:24 +0000 Subject: [PATCH] Removed a stale forward struct declaration. --- sys/sys/diskslice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h index 27a402bdd351..7eb3ca9b42e8 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;