| To: | "David S. Miller" <davem@xxxxxxxxxx> |
|---|---|
| Subject: | /usr/src/linux/Documentation/networking/ifenslave.c |
| From: | Mads Martin Jørgensen <mmj@xxxxxxx> |
| Date: | Wed, 16 Jul 2003 11:23:54 +0200 |
| Cc: | netdev@xxxxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.4i |
$SUBJECT is a userspace tool, but includes kernel headers. This small obvious patch against 2.6.0-test1 should fix it. --- ifenslave.c +++ ifenslave.c @@ -97,8 +97,7 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> -#include <linux/if.h> -#include <linux/if_arp.h> +#include <net/if_arp.h> #include <linux/if_ether.h> #include <linux/if_bonding.h> #include <linux/sockios.h> -- Mads Martin Joergensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogical, with just a little bit more effort?" -- A. P. J. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/4] Prefix List against 2.5.73, YOSHIFUJI Hideaki / 吉藤英明 |
|---|---|
| Next by Date: | Re: /usr/src/linux/Documentation/networking/ifenslave.c, David S. Miller |
| Previous by Thread: | tg3 and machine lockup?, Ben Greear |
| Next by Thread: | Re: /usr/src/linux/Documentation/networking/ifenslave.c, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |