diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 17:58:55 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 17:58:55 +0000 |
| commit | 33b77e2decd50e53798014b70bf7ca3bdc4c0c7e (patch) | |
| tree | f0dda17846813a65061e7e1cb42671a0f7f75d76 /sys/dev/syscons/star | |
| parent | cc03533c8d698cc0fe91cf91e79c016327c7f0bb (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/star')
| -rw-r--r-- | sys/dev/syscons/star/star_saver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/star/star_saver.c b/sys/dev/syscons/star/star_saver.c index d025b16afdba..15525cb83819 100644 --- a/sys/dev/syscons/star/star_saver.c +++ b/sys/dev/syscons/star/star_saver.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: star_saver.c,v 1.11 1997/04/06 11:07:01 dufault Exp $ + * $Id: star_saver.c,v 1.12 1997/07/15 14:49:39 yokota Exp $ */ #include <sys/param.h> @@ -35,7 +35,7 @@ #include <sys/lkm.h> #include <machine/md_var.h> -#include <i386/include/pc/display.h> +#include <machine/pc/display.h> #include <saver.h> |
