diff --git a/sys/arch/hp300/include/param.h b/sys/arch/hp300/include/param.h index 2ab3818dabd0..f41403aeb637 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.7 1993/12/04 02:20:11 cgd Exp $ + * $Id: param.h,v 1.8 1994/02/22 07:29:02 hpeyerl Exp $ */ /* @@ -100,6 +100,14 @@ #endif #endif +/* + * Disklabel location + */ +#ifndef OLD_DISKLABEL +#define LABELSECTOR (1024/DEV_BSIZE) +#define LABELOFFSET 0 +#endif + /* * Size of kernel malloc arena in CLBYTES-sized logical pages */