patch-2.1.73 linux/net/appletalk/ddp.c

Next file: linux/net/core/iovec.c
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.72/linux/net/appletalk/ddp.c linux/net/appletalk/ddp.c
@@ -56,7 +56,7 @@
 #include <linux/if_ether.h>
 #include <linux/notifier.h>
 #include <linux/netdevice.h>
-/*#include <linux/inetdevice.h> -- coming soon */
+#include <linux/inetdevice.h>
 #include <linux/route.h>
 #include <linux/inet.h>
 #include <linux/etherdevice.h>
@@ -1843,11 +1843,9 @@
 		case SIOCGIFMTU:
 		case SIOCGIFCONF:
 		case SIOCADDMULTI:
-		case SIOCDELMULTI:		
+		case SIOCDELMULTI:
 		case SIOCGIFCOUNT:
-#if 0			/* Also coming in the IP merge */
 		case SIOCGIFINDEX:
-#endif		
 		case SIOCGIFNAME:
 			return ((dev_ioctl(cmd,(void *) arg)));
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov