GNU C Library master sources branch master updated. glibc-2.26.9000-1193-g4006697
sthibaul@sourceware.org
sthibaul@sourceware.org
Sun Jan 28 15:29:00 GMT 2018
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 400669754de4c88d9c04c4db8834e33e6ebd6ba6 (commit)
from f8bee46cc209ee968c1a34a4b46be91ce691dfc6 (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=400669754de4c88d9c04c4db8834e33e6ebd6ba6
commit 400669754de4c88d9c04c4db8834e33e6ebd6ba6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sun Jan 28 16:28:48 2018 +0100
hurd: Fix nscd build
nscd won't find check_* from inet/, it needs a sysdeps file.
* sysdeps/mach/hurd/check_native.c: New file.
* sysdeps/mach/hurd/check_pf.c: New file.
diff --git a/ChangeLog b/ChangeLog
index 9a34b84..49bdd47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@
__hurd_directory_name_split): Likewise.
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
* hurd/path-lookup.c (hurd_file_name_path_lookup): Likewise.
+ * sysdeps/mach/hurd/check_native.c: New file.
+ * sysdeps/mach/hurd/check_pf.c: New file.
2018-01-27 James Clarke <jrtc27@jrtc27.com>
diff --git a/sysdeps/mach/hurd/check_native.c b/sysdeps/mach/hurd/check_native.c
new file mode 100644
index 0000000..d16ff88
--- /dev/null
+++ b/sysdeps/mach/hurd/check_native.c
@@ -0,0 +1 @@
+#include <inet/check_native.c>
diff --git a/sysdeps/mach/hurd/check_pf.c b/sysdeps/mach/hurd/check_pf.c
new file mode 100644
index 0000000..32cc283
--- /dev/null
+++ b/sysdeps/mach/hurd/check_pf.c
@@ -0,0 +1,3 @@
+#define __getifaddrs getifaddrs
+#define __freeifaddrs freeifaddrs
+#include <inet/check_pf.c>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
sysdeps/mach/hurd/check_native.c | 1 +
sysdeps/mach/hurd/check_pf.c | 3 +++
3 files changed, 6 insertions(+), 0 deletions(-)
create mode 100644 sysdeps/mach/hurd/check_native.c
create mode 100644 sysdeps/mach/hurd/check_pf.c
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list