Module Name:    src
Committed By:   martin
Date:           Sun Jun 16 19:05:00 UTC 2013

Modified Files:
        src/usr.sbin/installboot/arch: vax.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/usr.sbin/installboot/arch/vax.c:1.17
--- src/usr.sbin/installboot/arch/vax.c:1.16	Fri May  3 21:32:04 2013
+++ src/usr.sbin/installboot/arch/vax.c	Sun Jun 16 19:05:00 2013
@@ -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

Reply via email to