netmap: change header includes
authorFranco Fichtner <franco@lastsummer.de>
Thu, 2 Jan 2014 22:17:46 +0000 (23:17 +0100)
committerFranco Fichtner <franco@lastsummer.de>
Thu, 2 Jan 2014 22:28:10 +0000 (23:28 +0100)
commitb3f97fadc8dad9d16f5dcbfddbf248086c0b53ab
treea672b5d20f9c8014f17323091bb82d767f7c9746
parentf2589c6cd89ee00ca9c9c98ef5adb51063922199
netmap: change header includes

Suggested-by: sephe
FWIW, kqfilter() port is not really going well as poll() is doing
a bunch of loosely related drive-by actions that somehow form the
API.  The best approach would be to thin out the implementation to
at least get the bare core functionality working.  That'll also
include writing new userland glue.  Feels more like a fork than a
port that way.  :(
sys/net/netmap/netmap.c
sys/net/netmap/netmap_freebsd.c
sys/net/netmap/netmap_generic.c
sys/net/netmap/netmap_kern.h
sys/net/netmap/netmap_mbq.c
sys/net/netmap/netmap_mem2.c
sys/net/netmap/netmap_vale.c