This is the mail archive of the libc-alpha@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]

[PATCH,HURD] Install net/{ethernet,if_arp,if_ether,if_ppp,route}.h


Hello,

Although it has them, the Hurd port doesn't not install a bunch of
<net/foo.h> headers.  The patch below makes it do it.

Samuel


2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>

	* 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.

Index: sysdeps/mach/hurd/Makefile
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/Makefile,v
retrieving revision 1.95
diff -u -p -r1.95 Makefile
--- sysdeps/mach/hurd/Makefile	17 Oct 2004 20:00:25 -0000	1.95
+++ sysdeps/mach/hurd/Makefile	7 Jan 2009 01:34:30 -0000
@@ -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


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