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-1139-g64f63cb


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  64f63cb4583ecc1ba16c7253aacc192b6d088511 (commit)
      from  32ac6e927da435405089d69f08424cff0b10a17c (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=64f63cb4583ecc1ba16c7253aacc192b6d088511

commit 64f63cb4583ecc1ba16c7253aacc192b6d088511
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Jan 19 00:47:45 2018 +0000

    generic if_ether.h: Fix build
    
    * sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.

diff --git a/ChangeLog b/ChangeLog
index 012e536..9aa71dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
+
 2018-01-19  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
 	* localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
diff --git a/sysdeps/generic/netinet/if_ether.h b/sysdeps/generic/netinet/if_ether.h
index 04afe34..7f33d22 100644
--- a/sysdeps/generic/netinet/if_ether.h
+++ b/sysdeps/generic/netinet/if_ether.h
@@ -19,6 +19,7 @@
 #define __NETINET_IF_ETHER_H	1
 
 #include <sys/types.h>
+#include <stdint.h>
 
 #define ETH_ALEN	6	/* Octets in one ethernet address.  */
 

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

Summary of changes:
 ChangeLog                          |    4 ++++
 sysdeps/generic/netinet/if_ether.h |    1 +
 2 files changed, 5 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]