add <sys/systm.h> (for libkern.h) now that -ffree-standing is in effect
This commit is contained in:
parent
0207013726
commit
1f5f54d132
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: com_ofisa_machdep.c,v 1.2 1998/05/01 21:13:54 cgd Exp $ */
|
||||
/* $NetBSD: com_ofisa_machdep.c,v 1.3 2001/12/31 15:01:51 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1998
|
||||
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/systm.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lpt_ofisa_machdep.c,v 1.3 1998/10/28 04:21:57 mark Exp $ */
|
||||
/* $NetBSD: lpt_ofisa_machdep.c,v 1.4 2001/12/31 15:01:51 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1998
|
||||
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/systm.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ofisa_machdep.c,v 1.4 1998/07/27 00:48:15 thorpej Exp $ */
|
||||
/* $NetBSD: ofisa_machdep.c,v 1.5 2001/12/31 15:01:51 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1998
|
||||
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/systm.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wdc_ofisa_machdep.c,v 1.2 1998/05/01 21:14:00 cgd Exp $ */
|
||||
/* $NetBSD: wdc_ofisa_machdep.c,v 1.3 2001/12/31 15:01:51 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1998
|
||||
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/systm.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue