kernel/netmap: Move headers into <net/netmap/...>.
authorSascha Wildner <saw@online.de>
Sat, 25 May 2019 07:31:30 +0000 (09:31 +0200)
committerSascha Wildner <saw@online.de>
Sat, 25 May 2019 07:31:30 +0000 (09:31 +0200)
commitf933b737dabc806a2f1680f0afea2fb42a345b92
treecb8e7d4f054b693e61a553ad16218aa46e2818a9
parenta19800f223bbb6a351116e343180b2c644022401
kernel/netmap: Move headers into <net/netmap/...>.

Note that netmap isn't hooked into the build right now, and because of
that, this commit results in removing them from their current location.

Some dports like net/libpcap started breaking after 2c68437386f4be2ed45a4
because configure found a building netmap_user.h and decided that we have
a current and usable netmap.

Reported-by: zrj
Makefile_upgrade.inc
share/man/man4/netmap.4
sys/net/netmap/netmap.c
sys/net/netmap/netmap.h [moved from sys/net/netmap.h with 100% similarity]
sys/net/netmap/netmap_freebsd.c
sys/net/netmap/netmap_generic.c
sys/net/netmap/netmap_mem2.c
sys/net/netmap/netmap_user.h [moved from sys/net/netmap_user.h with 99% similarity]
sys/net/netmap/netmap_vale.c