diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:34:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:34:51 +0000 |
commit | 59d6e38756bfc586ea1b90415c612c3ae37aba86 (patch) | |
tree | 028ca63931d08a87987fa298cd225aceea78be3f /sys/arch/hp300/stand | |
parent | 77e5b6f12bcb7431f6d333a0122b185bfa102b77 (diff) |
from netbsd:
Add the last revision previous to the switch to the MI LANCE code of
hp300/dev/if_lereg.h to the standalone code; the standalone LANCE driver
for the hp300 needs it.
Diffstat (limited to 'sys/arch/hp300/stand')
-rw-r--r-- | sys/arch/hp300/stand/if_le.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/if_le.c b/sys/arch/hp300/stand/if_le.c index 12cea60a0ef..3ef7a0d32ba 100644 --- a/sys/arch/hp300/stand/if_le.c +++ b/sys/arch/hp300/stand/if_le.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le.c,v 1.7 1995/10/19 18:43:27 thorpej Exp $ */ +/* $NetBSD: if_le.c,v 1.8 1996/01/01 18:10:54 thorpej Exp $ */ /* * Copyright (c) 1993 Adam Glass @@ -40,7 +40,7 @@ #include <lib/libsa/netif.h> #include <hp300/dev/device.h> -#include <hp300/dev/if_lereg.h> +#include <hp300/stand/if_lereg.h> #include "samachdep.h" |