miniupnp/miniupnpd/bsd
Thomas Bernard 5a3a670e89 miniupnpd/bsd/getifstats.c: fix for DragonFly BSD
struct ifnet is private to kernel code and is hidden from the userland
code unless you define a macro _KERNEL_STRUCTURES.  Although other people
argue that it should be exposed as it is on other BSDs, that's the way
it is on DragonFly BSD.

Thanks to YONETANI Tomokazu for DragonFly BSD patches
2014-03-19 12:25:52 +01:00
..
Makefile Adding miniupnpd 2011-09-28 21:13:20 +02:00
getifstats.c miniupnpd/bsd/getifstats.c: fix for DragonFly BSD 2014-03-19 12:25:52 +01:00
getroute.c miniupnpd: Implement get_src_for_route_to() for *BSD 2013-02-06 15:08:10 +01:00
ifacewatcher.c Clean signal handling 2012-05-24 18:17:31 +02:00
testgetifstats.c remove trailing whitespace from miniupnpd 2012-02-29 17:48:41 -08:00
testifacewatcher.c Clean signal handling 2012-05-24 18:17:31 +02:00