Module Name: src
Committed By: msaitoh
Date: Mon Jun 17 01:50:34 UTC 2013
Modified Files:
src/usr.sbin/installboot/arch [netbsd-5]: vax.c
Log Message:
Fix compile error (requested by martin in ticket #1856):
usr.sbin/installboot/arch/vax.c rev. 1.17
In the tool build <nbinclude/vax/disklabel.h> is enough.
To generate a diff of this commit:
cvs rdiff -u -r1.12.6.2 -r1.12.6.3 src/usr.sbin/installboot/arch/vax.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/installboot/arch/vax.c
diff -u src/usr.sbin/installboot/arch/vax.c:1.12.6.2 src/usr.sbin/installboot/arch/vax.c:1.12.6.3
--- src/usr.sbin/installboot/arch/vax.c:1.12.6.2 Fri Jun 14 03:04:20 2013
+++ src/usr.sbin/installboot/arch/vax.c Mon Jun 17 01:50:34 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: vax.c,v 1.12.6.2 2013/06/14 03:04:20 msaitoh Exp $ */
+/* $NetBSD: vax.c,v 1.12.6.3 2013/06/17 01:50:34 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -68,13 +68,12 @@
#include <sys/cdefs.h>
#if !defined(__lint)
-__RCSID("$NetBSD: vax.c,v 1.12.6.2 2013/06/14 03:04:20 msaitoh Exp $");
+__RCSID("$NetBSD: vax.c,v 1.12.6.3 2013/06/17 01:50:34 msaitoh Exp $");
#endif /* !__lint */
/* We need the target disklabel.h, not the hosts one..... */
#ifdef HAVE_NBTOOL_CONFIG_H
#include <nbinclude/vax/disklabel.h>
-#include <nbinclude/sys/disklabel.h>
#else
#include <sys/disklabel.h>
#endif