* include/asm/socket.h (SIOGIFINDEX): Define.

This commit is contained in:
Corinna Vinschen 2007-01-17 13:43:47 +00:00
parent 9f3e3df961
commit 12ffdde350
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-01-17 Corinna Vinschen <corinna@vinschen.de>
* include/asm/socket.h (SIOGIFINDEX): Define.
2007-01-17 Corinna Vinschen <corinna@vinschen.de>
* mmap.cc (MapView9x): Note possible uselessness of retrying.

View File

@ -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 */