patch-1.3.42 linux/include/linux/sockios.h

Next file: linux/include/linux/tcp.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.41/linux/include/linux/sockios.h linux/include/linux/sockios.h
@@ -54,9 +54,12 @@
 /* end multicast support change */
 
 /* ARP cache control calls. */
-#define SIOCDARP	0x8950		/* delete ARP table entry	*/
-#define SIOCGARP	0x8951		/* get ARP table entry		*/
-#define SIOCSARP	0x8952		/* set ARP table entry		*/
+#define OLD_SIOCDARP	0x8950		/* old delete ARP table entry	*/
+#define OLD_SIOCGARP	0x8951		/* old get ARP table entry	*/
+#define OLD_SIOCSARP	0x8952		/* old set ARP table entry	*/
+#define SIOCDARP	0x8953		/* delete ARP table entry	*/
+#define SIOCGARP	0x8954		/* get ARP table entry		*/
+#define SIOCSARP	0x8955		/* set ARP table entry		*/
 
 /* RARP cache control calls. */
 #define SIOCDRARP	0x8960		/* delete RARP table entry	*/

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this