Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/stand/netboot Pull in <net/if{_ether, }.h> a...



details:   https://anonhg.NetBSD.org/src/rev/62700fadd10f
branches:  trunk
changeset: 467752:62700fadd10f
user:      scw <scw%NetBSD.org@localhost>
date:      Sun Mar 28 18:08:55 1999 +0000

description:
Pull in <net/if{_ether,}.h> and a few others to get ETHER_MAX_LEN.

diffstat:

 sys/arch/mvme68k/stand/netboot/if_ie.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 63d47320f20b -r 62700fadd10f sys/arch/mvme68k/stand/netboot/if_ie.c
--- a/sys/arch/mvme68k/stand/netboot/if_ie.c    Sun Mar 28 17:47:28 1999 +0000
+++ b/sys/arch/mvme68k/stand/netboot/if_ie.c    Sun Mar 28 18:08:55 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ie.c,v 1.2 1999/03/25 23:13:08 thorpej Exp $        */
+/*     $NetBSD: if_ie.c,v 1.3 1999/03/28 18:08:55 scw Exp $    */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
@@ -33,10 +33,14 @@
 
 #include <sys/param.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
 
+#include <net/if.h>
+#include <net/if_ether.h>
+
 #define NTXBUF 1
 #define NRXBUF 16
 #define IE_RBUF_SIZE   ETHER_MAX_LEN



Home | Main Index | Thread Index | Old Index