X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/d2cc167c49a23e548f11fc4626d5d1addb480206..5e35ed2481cff3093e5df1d23606e3f8ce318fba:/usr/src/sys/vax/if/if_en.c diff --git a/usr/src/sys/vax/if/if_en.c b/usr/src/sys/vax/if/if_en.c index 8b0fb8b3c1..6299fcb687 100644 --- a/usr/src/sys/vax/if/if_en.c +++ b/usr/src/sys/vax/if/if_en.c @@ -1,4 +1,4 @@ -/* if_en.c 4.68 82/10/09 */ +/* if_en.c 4.71 82/10/24 */ #include "en.h" @@ -13,22 +13,25 @@ #include "../h/buf.h" #include "../h/protosw.h" #include "../h/socket.h" -#include "../h/ubareg.h" -#include "../h/ubavar.h" -#include "../h/enreg.h" -#include "../h/cpu.h" -#include "../h/mtpr.h" #include "../h/vmmac.h" +#include + +#include "../net/if.h" +#include "../net/netisr.h" +#include "../net/route.h" #include "../netinet/in.h" #include "../netinet/in_systm.h" -#include "../net/if.h" -#include "../vaxif/if_en.h" -#include "../vaxif/if_uba.h" #include "../netinet/ip.h" #include "../netinet/ip_var.h" #include "../netpup/pup.h" -#include "../net/route.h" -#include + +#include "../vax/cpu.h" +#include "../vax/mtpr.h" +#include "../vaxif/if_en.h" +#include "../vaxif/if_enreg.h" +#include "../vaxif/if_uba.h" +#include "../vaxuba/ubareg.h" +#include "../vaxuba/ubavar.h" #define ENMTU (1024+512) #define ENMRU (1024+512+16) /* 16 is enough to receive trailer */ @@ -332,7 +335,7 @@ enrint(unit) struct endevice *addr = (struct endevice *)eninfo[unit]->ui_addr; register struct en_header *en; struct mbuf *m; - int len, plen; short resid; + int len; short resid; register struct ifqueue *inq; int off;