Change LABELOFFSET to 0 to be more compatible with other MBR style ports.

This commit is contained in:
matt 2002-03-09 01:15:22 +00:00
parent 24ed3538ca
commit e8db553326
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.2 2000/05/02 18:13:04 nonaka Exp $ */
/* $NetBSD: disklabel.h,v 1.3 2002/03/09 01:15:22 matt Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -34,7 +34,7 @@
#define _MACHINE_DISKLABEL_H_
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 64 /* offset of label in sector */
#define LABELOFFSET 0 /* offset of label in sector */
#define MAXPARTITIONS 8 /* number of partitions */
#define RAW_PART 2 /* raw partition: xx?c */