From c90c1e1c9909bf1549f1d1226d2af61791f1f3c7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Jan 2009 01:59:43 +0000 Subject: * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]: Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h net/route.h. * hurd/report-wait.c (describe_number): Use __stpcpy to prepend flavor to description only when flavor is not NULL. * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock mutex after SIGIO/SIGURG lookup loop. --- sysdeps/mach/hurd/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 8677515cd9..95d7ba3800 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002, 2003, 2004 +# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002,2003,2004,2009 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -206,4 +206,9 @@ ifeq ($(subdir),sunrpc) sysdep_headers += nfs/nfs.h endif +ifeq ($(subdir),socket) +sysdep_headers += net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h \ + net/route.h +endif + endif # in-Makerules -- cgit v1.2.3