This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH,HURD] Update sysdep/mach/hurd/net/{ethernet.h,if_arp.h,if_ether.h}
- From: Roland McGrath <roland at redhat dot com>
- To: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Cc: libc-alpha at sources dot redhat dot com
- Date: Wed, 7 Jan 2009 18:05:04 -0800 (PST)
- Subject: Re: [PATCH,HURD] Update sysdep/mach/hurd/net/{ethernet.h,if_arp.h,if_ether.h}
- References: <20090107233949.GI4991@const.famille.thibault.fr>
Let's instead move all those linux versions to sysdeps/gnu/net/*.h.
The only difference is <net/ethernet.h> including <net/if_ether.h>
rather than <linux/if_ether.h>. I think we should give Linux a
net/if_ether.h that just does #include <linux/if_ether.h>, and then
all these other net/*.h files can be common in sysdeps/gnu.
Thanks,
Roland