name it like other ports do

This commit is contained in:
christos 2013-05-16 18:47:38 +00:00
parent 5e3bc20be6
commit 787cd6d568
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.8 2009/11/23 13:40:11 pooka Exp $ */
/* $NetBSD: disklabel.h,v 1.9 2013/05/16 18:47:38 christos Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -52,7 +52,7 @@
#include <sys/dkbad.h>
#endif /* HAVE_NBTOOL_CONFIG_H */
struct cpu_disklabel {
struct mbr_partition dosparts[MBR_PART_COUNT];
struct mbr_partition mbrparts[MBR_PART_COUNT];
#define __HAVE_DISKLABEL_DKBAD
struct dkbad bad;
};