Make this build with the disk label change.
This commit is contained in:
parent
4fdf02c17a
commit
252b82608c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hp300.c,v 1.13 2011/02/10 23:25:11 tsutsui Exp $ */
|
||||
/* $NetBSD: hp300.c,v 1.14 2013/05/03 21:32:04 matt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
|
@ -35,12 +35,13 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#if !defined(__lint)
|
||||
__RCSID("$NetBSD: hp300.c,v 1.13 2011/02/10 23:25:11 tsutsui Exp $");
|
||||
__RCSID("$NetBSD: hp300.c,v 1.14 2013/05/03 21:32:04 matt Exp $");
|
||||
#endif /* !__lint */
|
||||
|
||||
/* We need the target disklabel.h, not the hosts one..... */
|
||||
#ifdef HAVE_NBTOOL_CONFIG_H
|
||||
#include "nbtool_config.h"
|
||||
#include <nbinclude/hp300/disklabel.h>
|
||||
#include <nbinclude/sys/disklabel.h>
|
||||
#else
|
||||
#include <sys/disklabel.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: vax.c,v 1.15 2013/04/04 16:11:12 martin Exp $ */
|
||||
/* $NetBSD: vax.c,v 1.16 2013/05/03 21:32:04 matt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -68,11 +68,16 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#if !defined(__lint)
|
||||
__RCSID("$NetBSD: vax.c,v 1.15 2013/04/04 16:11:12 martin Exp $");
|
||||
__RCSID("$NetBSD: vax.c,v 1.16 2013/05/03 21:32:04 matt Exp $");
|
||||
#endif /* !__lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
#ifdef HAVE_NBTOOL_CONFIG_H
|
||||
#include <nbinclude/vax/disklabel.h>
|
||||
#include <nbinclude/sys/disklabel.h>
|
||||
#else
|
||||
#include <sys/disklabel.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
|
|
Loading…
Reference in New Issue