Added include of systm.h to get min/max/bcmp etc...
authorDavid Greenman <davidg@Root.COM>
Thu, 29 Jul 1993 12:07:10 +0000 (12:07 +0000)
committerDavid Greenman <davidg@Root.COM>
Thu, 29 Jul 1993 12:07:10 +0000 (12:07 +0000)
sys/i386/isa/if_ec.c
sys/i386/isa/if_we.c

index a491529..ebbe5de 100644 (file)
@@ -65,6 +65,7 @@
  *   what else within the depths of the kernel would freak out if I left it.
  */
 #include "param.h"
  *   what else within the depths of the kernel would freak out if I left it.
  */
 #include "param.h"
+#include "systm.h"
 #include "mbuf.h"
 #include "socket.h"
 #include "ioctl.h"
 #include "mbuf.h"
 #include "socket.h"
 #include "ioctl.h"
index 0f6c3bf..26cb687 100644 (file)
  * BPF trailer support added by David Greenman, 1/7/93
  * we_attach enhanced with link level address by Rodney W. Grimes, 1/30/93
  *
  * BPF trailer support added by David Greenman, 1/7/93
  * we_attach enhanced with link level address by Rodney W. Grimes, 1/30/93
  *
- * $Log:       if_we.c,v $
+ * $Log: if_we.c,v $
+ * Revision 1.1.1.1  1993/06/12  14:58:01  rgrimes
+ * Initial import, 0.1 + pk 0.2.4-B1
+ *
  * Revision 1.2  93/02/18  17:21:57  davidg
  * Bugs in mbuf cluster allocation fixed
  * Problem with nfs wanting mbufs aligned on longword boundries fixed
  * Revision 1.2  93/02/18  17:21:57  davidg
  * Bugs in mbuf cluster allocation fixed
  * Problem with nfs wanting mbufs aligned on longword boundries fixed
@@ -84,6 +87,7 @@
  * based on the National DS8390 Network Interface chip set.
  */
 #include "param.h"
  * based on the National DS8390 Network Interface chip set.
  */
 #include "param.h"
+#include "systm.h"
 #include "mbuf.h"
 #include "socket.h"
 #include "ioctl.h"
 #include "mbuf.h"
 #include "socket.h"
 #include "ioctl.h"