From 2fa167c047a277c159dcc2ce1e78d42409bf8e31 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 20 May 1994 18:21:26 +0000 Subject: [PATCH] Kill stupid #ifndef. --- sys/arch/hp300/include/param.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/include/param.h b/sys/arch/hp300/include/param.h index 18d2a8974468..0f6fc05cea4f 100644 --- a/sys/arch/hp300/include/param.h +++ b/sys/arch/hp300/include/param.h @@ -37,7 +37,7 @@ * * from: Utah Hdr: machparam.h 1.11 89/08/14 * from: @(#)param.h 7.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.10 1994/05/17 10:29:52 cgd Exp $ + * $Id: param.h,v 1.11 1994/05/20 18:21:26 mycroft Exp $ */ /* @@ -103,8 +103,10 @@ /* * Disklabel location */ -#ifndef OLD_DISKLABEL +#ifndef LABELSECTOR #define LABELSECTOR (1024/DEV_BSIZE) +#endif +#ifndef LABELOFFSET #define LABELOFFSET 0 #endif