This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.23-233-gd454fd2


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d454fd21f4366fc529f83fdcd8a1113c5b49853e (commit)
      from  2a517d91af918aecd9b603b7a09f696d774de3e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d454fd21f4366fc529f83fdcd8a1113c5b49853e

commit d454fd21f4366fc529f83fdcd8a1113c5b49853e
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Apr 24 19:24:36 2016 +0200

    non-linux: Apply RFC3542 obsoletion of RFC2292 macros
    
    (IPV6_RECVHOPLIMIT, IPV6_HOPLIMIT, IPV6_RECVHOPOPTS, IPV6_HOPOPTS,
    IPV6_RTHDRDSTOPTS, IPV6_RECVRTHDR, IPV6_RTHDR, IPV6_RECVDSTOPTS,
    IPV6_DSTOPTS, IPV6_RECVPATHMTU, IPV6_PATHMTU, IPV6_DONTFRAG):
    New macros.

diff --git a/ChangeLog b/ChangeLog
index ae854e0..6563baf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,10 @@
 	(IPV6_RTHDR): Rename to IPV6_2292RTHDR.
 	(IPV6_PKTOPTIONS): Rename to IPV6_2292PKTOPTIONS.
 	(IPV6_HOPLIMIT): Rename to IPV6_2292HOPLIMIT.
-	(IPV6_RECVPKTINFO): New macro.
-	(IPV6_PKTINFO): New macro.
+	(IPV6_RECVPKTINFO, IPV6_PKTINFO, IPV6_RECVHOPLIMIT, IPV6_HOPLIMIT,
+	IPV6_RECVHOPOPTS, IPV6_HOPOPTS, IPV6_RTHDRDSTOPTS, IPV6_RECVRTHDR,
+	IPV6_RTHDR, IPV6_RECVDSTOPTS, IPV6_DSTOPTS, IPV6_RECVPATHMTU,
+	IPV6_PATHMTU, IPV6_DONTFRAG): New macros.
 
 2016-04-23   H.J. Lu  <hongjiu.lu@intel.com>
 
diff --git a/bits/in.h b/bits/in.h
index a9efc74..d517115 100644
--- a/bits/in.h
+++ b/bits/in.h
@@ -86,6 +86,18 @@ struct ip_opts
 /* Advanced API (RFC3542) (1).  */
 #define IPV6_RECVPKTINFO	49
 #define IPV6_PKTINFO		50
+#define IPV6_RECVHOPLIMIT	51
+#define IPV6_HOPLIMIT		52
+#define IPV6_RECVHOPOPTS	53
+#define IPV6_HOPOPTS		54
+#define IPV6_RTHDRDSTOPTS	55
+#define IPV6_RECVRTHDR		56
+#define IPV6_RTHDR		57
+#define IPV6_RECVDSTOPTS	58
+#define IPV6_DSTOPTS		59
+#define IPV6_RECVPATHMTU	60
+#define IPV6_PATHMTU		61
+#define IPV6_DONTFRAG		62
 
 /* Obsolete synonyms for the above.  */
 #define IPV6_ADD_MEMBERSHIP	IPV6_JOIN_GROUP

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    6 ++++--
 bits/in.h |   12 ++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]