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.26.9000-779-g6a6aa1f


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  6a6aa1f38959a5d17ff776b252604bece45864dc (commit)
      from  f97773d1e7cf65bbbfd8fa173096eb6144d9e47e (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=6a6aa1f38959a5d17ff776b252604bece45864dc

commit 6a6aa1f38959a5d17ff776b252604bece45864dc
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 16 17:52:43 2017 +0000

    Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.
    
    This patch adds ARPHRD_RAWIP from Linux 4.14 to the Linux
    net/if_arp.h.
    
    Tested for x86_64.
    
    	* sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.

diff --git a/ChangeLog b/ChangeLog
index b0d0e70..0d5998f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-11-16  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.
+
 	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
 	version to 4.14.
 
diff --git a/sysdeps/unix/sysv/linux/net/if_arp.h b/sysdeps/unix/sysv/linux/net/if_arp.h
index 9b00644..95a7708 100644
--- a/sysdeps/unix/sysv/linux/net/if_arp.h
+++ b/sysdeps/unix/sysv/linux/net/if_arp.h
@@ -101,6 +101,7 @@ struct arphdr
 #define ARPHRD_LAPB	516		/* LAPB.  */
 #define ARPHRD_DDCMP	517		/* Digital's DDCMP.  */
 #define	ARPHRD_RAWHDLC	518		/* Raw HDLC.  */
+#define ARPHRD_RAWIP	519		/* Raw IP.  */
 
 #define ARPHRD_TUNNEL	768		/* IPIP tunnel.  */
 #define ARPHRD_TUNNEL6	769		/* IPIP6 tunnel.  */

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

Summary of changes:
 ChangeLog                            |    2 ++
 sysdeps/unix/sysv/linux/net/if_arp.h |    1 +
 2 files changed, 3 insertions(+), 0 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]