Bug#715320: /usr/include/net/if_dl.h declare missing link_addr()

2013-07-10 Thread Laurent Bigonville
Le Tue, 9 Jul 2013 12:24:07 +0200, Robert Millan a écrit : > 2013/7/8 Laurent Bigonville : > >> We've been missing the link_addr() and link_ntoa() implementation > >> for a long time. But I really don't see what are those userland > >> definitions doing in a kernel header to begin with. I think t

Bug#715320: /usr/include/net/if_dl.h declare missing link_addr()

2013-07-09 Thread Robert Millan
2013/7/8 Laurent Bigonville : >> We've been missing the link_addr() and link_ntoa() implementation for >> a long time. But I really don't see what are those userland >> definitions doing in a kernel header to begin with. I think this is >> something upstream would be ok to fix by moving those funct

Bug#715320: /usr/include/net/if_dl.h declare missing link_addr()

2013-07-08 Thread Laurent Bigonville
Le Mon, 8 Jul 2013 00:51:13 +0200, Robert Millan a écrit : Hi, > 2013/7/7 Laurent Bigonville : > > libvirt is currently FTBFS on kfreebsd-* due to link_addr being > > declared in /usr/include/net/if_dl.h but not being defined anywhere. > > > > /usr/include/net/if_dl.h:extern void link_addr (cons

Bug#715320: /usr/include/net/if_dl.h declare missing link_addr()

2013-07-07 Thread Robert Millan
2013/7/7 Laurent Bigonville : > libvirt is currently FTBFS on kfreebsd-* due to link_addr being > declared in /usr/include/net/if_dl.h but not being defined anywhere. > > /usr/include/net/if_dl.h:extern void link_addr (const char *, struct > sockaddr_dl *); > > Shouldn't this prototype and probabl

Bug#715320: /usr/include/net/if_dl.h declare missing link_addr()

2013-07-07 Thread Laurent Bigonville
Package: kfreebsd-kernel-headers Version: 9.0-2 Severity: important Hi, libvirt is currently FTBFS on kfreebsd-* due to link_addr being declared in /usr/include/net/if_dl.h but not being defined anywhere. /usr/include/net/if_dl.h:extern void link_addr (const char *, struct sockaddr_dl *); Shou