diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-04 02:50:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-04 02:50:00 +0000 |
commit | a65bbb3b55639ef8c3322b01be268ce9f1a7e7b2 (patch) | |
tree | 73e57466b7695b870651e111b1274418562505d7 /sys/arch/i386/include | |
parent | 8927f7626261dc04e7a6ad381d259e3bb81c494d (diff) |
do not decl global; from christos
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h index aa69dc9ae93..0d9439a9c77 100644 --- a/sys/arch/i386/include/disklabel.h +++ b/sys/arch/i386/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.7 1996/09/25 11:56:39 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.8 1996/10/04 02:49:59 deraadt Exp $ */ /* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */ /* @@ -55,7 +55,7 @@ struct dos_partition { u_int8_t dp_ecyl; /* end cylinder */ u_int32_t dp_start; /* absolute starting sector number */ u_int32_t dp_size; /* partition size in sectors */ -} dos_partitions[NDOSPART]; +}; /* Known DOS partition types. */ #define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */ |