From 12ffdde350a85a5bbdfac74dad9a3732ca136088 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 17 Jan 2007 13:43:47 +0000 Subject: * include/asm/socket.h (SIOGIFINDEX): Define. --- winsup/cygwin/include/asm/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/include/asm/socket.h') diff --git a/winsup/cygwin/include/asm/socket.h b/winsup/cygwin/include/asm/socket.h index 637cec294..4541bc850 100644 --- a/winsup/cygwin/include/asm/socket.h +++ b/winsup/cygwin/include/asm/socket.h @@ -42,6 +42,7 @@ details. */ #define SIOCGIFMETRIC _IOW('s', 106, struct ifreq) /* get metric */ #define SIOCGIFMTU _IOW('s', 107, struct ifreq) /* get MTU size */ #define SIOCGIFINDEX _IOW('s', 108, struct ifreq) /* get if index */ +#define SIOGIFINDEX SIOCGIFINDEX /* backward compatibility w/ Linux typo. */ #define SOL_SOCKET 0xffff /* options for socket level */ -- cgit v1.2.3