git: kernel/netmap: Move headers into <net/netmap/...>.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat May 25 00:31:36 PDT 2019


commit f933b737dabc806a2f1680f0afea2fb42a345b92
Author: Sascha Wildner <saw at online.de>
Date:   Sat May 25 09:31:30 2019 +0200

    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

Summary of changes:
 Makefile_upgrade.inc               | 2 ++
 share/man/man4/netmap.4            | 8 ++++----
 sys/net/netmap/netmap.c            | 2 +-
 sys/net/{ => netmap}/netmap.h      | 0
 sys/net/netmap/netmap_freebsd.c    | 2 +-
 sys/net/netmap/netmap_generic.c    | 2 +-
 sys/net/netmap/netmap_mem2.c       | 2 +-
 sys/net/{ => netmap}/netmap_user.h | 2 +-
 sys/net/netmap/netmap_vale.c       | 2 +-
 9 files changed, 12 insertions(+), 10 deletions(-)
 rename sys/net/{ => netmap}/netmap.h (100%)
 rename sys/net/{ => netmap}/netmap_user.h (99%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f933b737dabc806a2f1680f0afea2fb42a345b92


-- 
DragonFly BSD source repository


More information about the Commits mailing list