Package: libndp / 1.4-2

Metadata

Package Version Patches format
libndp 1.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 ndptool support kfreebsd by avoiding signalfd.patch | (download)

utils/ndptool.c | 68 31 + 37 - 0 !
1 file changed, 31 insertions(+), 37 deletions(-)

 ndptool: support kfreebsd by avoiding signalfd

signalfd() is Linux-specific.  By using conventional signal handlers
instead, ndptool will compile on non-Linux systems such as GNU/kFreeBSD.