From 2840865d5abf3ecee3cfc6e1b03d0599aea674fd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 15 Sep 2011 18:09:53 -0400 Subject: Define IP_MULTICAST_ALL --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/bits/in.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ddbdab..b7a245b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-15 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define. + Patch mostly by Neil Horman . + 2011-09-15 Roland McGrath * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h index 0aa0d66..165e144 100644 --- a/sysdeps/unix/sysv/linux/bits/in.h +++ b/sysdeps/unix/sysv/linux/bits/in.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1999, 2000, 2004, 2008, 2010 Free Software Foundation, Inc. +/* Copyright (C) 1991-2000,2004,2008,2010,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -70,6 +70,7 @@ #define IP_XFRM_POLICY 17 #define IP_PASSSEC 18 #define IP_TRANSPARENT 19 +#define IP_MULTICAST_ALL 49 /* bool */ /* TProxy original addresses */ #define IP_ORIGDSTADDR 20 -- cgit v1.1