Use <> not "" #include path for pmax/stand/dec_boot.h.

This commit is contained in:
jonathan 1997-01-15 00:52:17 +00:00
parent 328e19f5fb
commit 11a7f97c20
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rz.c,v 1.20 1996/10/13 03:39:38 christos Exp $ */
/* $NetBSD: rz.c,v 1.21 1997/01/15 00:52:17 jonathan Exp $ */
/*
* Copyright (c) 1992, 1993
@ -127,7 +127,7 @@ readdisklabel __P((dev_t dev, void (*strat) __P((struct buf *bp)),
* Ultrix disklabel declarations
*/
#ifdef COMPAT_ULTRIX
#include "../../stand/dec_boot.h"
#include <pmax/stand/dec_boot.h>
extern char *
compat_label __P((dev_t dev, void (*strat) __P((struct buf *bp)),

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.13 1996/10/13 03:39:49 christos Exp $ */
/* $NetBSD: disksubr.c,v 1.14 1997/01/15 00:55:43 jonathan Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -46,7 +46,7 @@
#define b_cylin b_resid
#ifdef COMPAT_ULTRIX
#include "../../stand/dec_boot.h"
#include <pmax/stand/dec_boot.h>
extern char *
compat_label __P((dev_t dev, void (*strat) __P((struct buf *bp)),