Use the new opt_mrg_adb.h header.
This commit is contained in:
parent
4cd7e839d7
commit
aae8cccb0f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: adb_direct.c,v 1.2 1997/04/08 06:53:28 scottr Exp $ */
|
||||
/* $NetBSD: adb_direct.c,v 1.3 1997/04/14 16:56:26 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1996, 1997 John P. Wittkoski
|
||||
|
@ -36,6 +36,8 @@
|
|||
* But it works, so I'm happy. :-) jpw */
|
||||
|
||||
#ifdef __NetBSD__
|
||||
#include "opt_mrg_adb.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: adbsys.c,v 1.25 1997/04/08 03:19:05 scottr Exp $ */
|
||||
/* $NetBSD: adbsys.c,v 1.26 1997/04/14 16:56:28 scottr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1994 Bradley A. Grantham
|
||||
|
@ -30,6 +30,8 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "opt_mrg_adb.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.143 1997/04/11 00:58:23 scottr Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.144 1997/04/14 16:56:30 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Jason R. Thorpe. All rights reserved.
|
||||
|
@ -77,6 +77,8 @@
|
|||
* @(#)machdep.c 7.16 (Berkeley) 6/3/91
|
||||
*/
|
||||
|
||||
#include "opt_mrg_adb.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signalvar.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: macrom.c,v 1.33 1997/04/08 06:16:07 scottr Exp $ */
|
||||
/* $NetBSD: macrom.c,v 1.34 1997/04/14 16:56:32 scottr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1994 Bradley A. Grantham
|
||||
|
@ -45,6 +45,8 @@
|
|||
* are similar to the IIsi ("Universal ROMs"?).
|
||||
*/
|
||||
|
||||
#include "opt_mrg_adb.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/queue.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pram.c,v 1.12 1997/04/08 03:21:18 scottr Exp $ */
|
||||
/* $NetBSD: pram.c,v 1.13 1997/04/14 16:56:33 scottr Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
|
||||
|
@ -33,6 +33,7 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "opt_mrg_adb.h"
|
||||
|
||||
/* #include "stand.h" */
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue