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

Re: [PATCH] New getifaddrs implementation


> On Fri, Mar 28, 2003 at 07:16:51PM +0100, Thorsten Kukuk wrote:
> 
> > here is the next try of a IPv6 ready getifaddrs() implementation.
> 
> What's the best way to share this with a non-Linux OS that uses netlink? 
> Hisham Kotry is working on an IP stack for the Hurd that uses netlink,
> and it would be nice to have that code in a common location.

For now syspdes/unix/sysv/linux is fine for the netlink code.  If there is
Hurd support later, it can always use #include to avoid actual copying.
Later it could perhaps move into sysdeps/gnu, i.e. be joined with the ioctl
implementation there now.


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