Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/installboot/arch In the tool build <nbinclude/vax/d...



details:   https://anonhg.NetBSD.org/src/rev/0631f05c1ccc
branches:  trunk
changeset: 787415:0631f05c1ccc
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jun 16 19:05:00 2013 +0000

description:
In the tool build <nbinclude/vax/disklabel.h> is enough.

diffstat:

 usr.sbin/installboot/arch/vax.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 693459a0ccf9 -r 0631f05c1ccc usr.sbin/installboot/arch/vax.c
--- a/usr.sbin/installboot/arch/vax.c   Sun Jun 16 17:57:21 2013 +0000
+++ b/usr.sbin/installboot/arch/vax.c   Sun Jun 16 19:05:00 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vax.c,v 1.16 2013/05/03 21:32:04 matt Exp $    */
+/*     $NetBSD: vax.c,v 1.17 2013/06/16 19:05:00 martin 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.16 2013/05/03 21:32:04 matt Exp $");
+__RCSID("$NetBSD: vax.c,v 1.17 2013/06/16 19:05:00 martin 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



Home | Main Index | Thread Index | Old Index