From a169d922a0eb2ebfee55f5da47239c31fe0e66e6 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 16 Sep 1997 14:31:44 +0000 Subject: Fixed syntax errors in `#if 0' code. --- sys/sys/diskslice.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h index 1d5ba11a6fb9..d0c295be86d1 100644 --- a/sys/sys/diskslice.h +++ b/sys/sys/diskslice.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: diskslice.h,v 1.20 1997/02/22 09:45:06 peter Exp $ */ #ifndef _SYS_DISKSLICE_H_ @@ -72,9 +72,9 @@ struct diskslice { #else /* switch table for slice handlers (sample only) */ -struct slice_switch ( +struct slice_switch { int (*slice_load)(); - int (*slice_check(); + int (*slice_check)(); int (*slice_gone)(); /* * etc. -- cgit v1.3