summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/mkboot.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-07-13 07:21:56 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-07-13 07:21:56 +0000
commitd7ffaecd740c32cef0ebbbaea5593643078aba02 (patch)
tree27cb45830a154edb57affcc84c535e25d5138e8a /sys/arch/hp300/stand/mkboot.c
parent49b0ac5cb535a1d7ce8d971defd3a1f7800a0d20 (diff)
APCI support and new CPU configuration from NetBSD.
Fix all of the include refs. Bump version number to 2.1.
Diffstat (limited to 'sys/arch/hp300/stand/mkboot.c')
-rw-r--r--sys/arch/hp300/stand/mkboot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/stand/mkboot.c b/sys/arch/hp300/stand/mkboot.c
index d6ce986c915..90db7714824 100644
--- a/sys/arch/hp300/stand/mkboot.c
+++ b/sys/arch/hp300/stand/mkboot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkboot.c,v 1.2 1997/01/17 08:32:53 downsj Exp $ */
+/* $OpenBSD: mkboot.c,v 1.3 1997/07/13 07:21:50 downsj Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -46,14 +46,14 @@ static char copyright[] =
static char sccsid[] = "@(#)mkboot.c 7.2 (Berkeley) 12/16/90";
static char rcsid[] = "$NetBSD: mkboot.c,v 1.5 1994/10/26 07:27:45 cgd Exp $";
#endif
-static char rcsid[] = "$OpenBSD: mkboot.c,v 1.2 1997/01/17 08:32:53 downsj Exp $";
+static char rcsid[] = "$OpenBSD: mkboot.c,v 1.3 1997/07/13 07:21:50 downsj Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/file.h>
#include <a.out.h>
-#include "volhdr.h"
+#include <hp300/stand/volhdr.h>
#include <stdio.h>
#include <ctype.h>