diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-01-14 06:22:10 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-01-14 06:22:10 +0000 |
| commit | 0ec81012da818031d45c78b2eef99773100fdc77 (patch) | |
| tree | e246529fa09b181bc8f20c1072507a1e3ad75112 /sys/dev | |
| parent | d95bc0d6d26ccf34218f24cc784b54106b2a24ea (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 4 | ||||
| -rw-r--r-- | sys/dev/ppbus/ppbconf.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index b362fd5339ff..e1eee615d141 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -28,14 +28,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.35 1998/05/14 19:47:38 gibbs Exp $ + * $Id: eisaconf.c,v 1.36 1998/12/04 22:54:46 archie Exp $ */ #include "opt_eisa.h" #include <sys/param.h> #include <sys/systm.h> -#include <sys/kernel.h> +#include <sys/linker_set.h> #include <sys/malloc.h> #include <machine/limits.h> diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 89f6545f0f1b..01ac663a2252 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -23,12 +23,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ppbconf.c,v 1.11 1999/01/10 16:41:14 nsouch Exp $ + * $Id: ppbconf.c,v 1.12 1999/01/11 21:22:41 nsouch Exp $ * */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/kernel.h> +#include <sys/linker_set.h> #include <sys/malloc.h> #include <vm/vm.h> |
