clean up NetBSD RCS ID strings, include machine/options.h

This commit is contained in:
cgd 1997-04-06 22:55:59 +00:00
parent 23e6c43870
commit 38d98acc9f
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: shared_intr.c,v 1.1 1996/11/17 02:03:08 cgd Exp $ */
/* $NetBSD: shared_intr.c,v 1.2 1997/04/06 22:55:59 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -31,6 +31,8 @@
* Common shared-interrupt-line functionality.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vga.c,v 1.3 1996/12/02 22:24:54 cgd Exp $ */
/* $NetBSD: vga.c,v 1.4 1997/04/06 22:56:00 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>