iUse <machine/conf.h> instead of sparc_conf.h

This commit is contained in:
christos 1996-03-30 21:12:16 +00:00
parent e4397b82d7
commit 32fe9b6a79
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mem.c,v 1.12 1996/03/14 21:09:18 christos Exp $ */
/* $NetBSD: mem.c,v 1.13 1996/03/30 21:12:16 christos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -50,10 +50,11 @@
#include <sys/uio.h>
#include <sys/malloc.h>
#include <sys/proc.h>
#include <sys/conf.h>
#include <sparc/sparc/vaddrs.h>
#include <sparc/sparc/sparc_conf.h>
#include <machine/eeprom.h>
#include <machine/conf.h>
#include <vm/vm.h>