diff options
Diffstat (limited to 'sys/dev/fxp/if_fxp.c')
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 95a937c..844590e 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.3 1995/12/05 02:01:51 davidg Exp $ + * $Id: if_fxp.c,v 1.4 1995/12/05 11:49:49 davidg Exp $ */ /* @@ -76,7 +76,7 @@ #include <vm/vm.h> /* for vtophys */ #include <vm/vm_param.h> /* for vtophys */ -#include <machine/pmap.h> /* for vtophys */ +#include <vm/pmap.h> /* for vtophys */ #include <machine/clock.h> /* for DELAY */ #include <pci/pcivar.h> |