diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-19 21:10:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-19 21:10:57 +0000 |
commit | 169c29d1b708c51bbae3f546e0adfe0d433b5b7b (patch) | |
tree | 15b32c155eb85259ca3be610962de5f8aa24b91c /sys/arch/i386/netboot/arp.c | |
parent | 7aa5f12551d2fef2475152a3a5c9b9961e14b83a (diff) |
Merging w/ NetBSD 021796.
speaker upgraded to the current.
some changes to the VM stuff (ie kern_thread.c added and so).
Diffstat (limited to 'sys/arch/i386/netboot/arp.c')
-rw-r--r-- | sys/arch/i386/netboot/arp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/netboot/arp.c b/sys/arch/i386/netboot/arp.c index 53285cb1966..10d8b1ffe9d 100644 --- a/sys/arch/i386/netboot/arp.c +++ b/sys/arch/i386/netboot/arp.c @@ -1,4 +1,4 @@ -/* $NetBSD: arp.c,v 1.4 1994/10/27 04:21:01 cgd Exp $ */ +/* $NetBSD: arp.c,v 1.5 1996/02/02 18:06:14 mycroft Exp $ */ /* * source in this file came from @@ -12,7 +12,7 @@ #include "proto.h" #include "assert.h" -#include "param.h" +#include <sys/param.h> #include "packet.h" #include "ether.h" #include "inet.h" |