git: Move <sys/fd_set.h> to <sys/_fd_set.h>.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed May 22 23:49:43 PDT 2019


commit a1df73d7f3c51dc4a4c9dd54852217ebe57513cf
Author: Sascha Wildner <saw at online.de>
Date:   Thu May 23 08:49:31 2019 +0200

    Move <sys/fd_set.h> to <sys/_fd_set.h>.
    
    It is only supposed to be included by other headers. Normal code
    should use <sys/select.h>.

Summary of changes:
 Makefile_upgrade.inc            | 1 +
 sys/sys/{fd_set.h => _fd_set.h} | 6 +++---
 sys/sys/select.h                | 2 +-
 sys/sys/types.h                 | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)
 rename sys/sys/{fd_set.h => _fd_set.h} (97%)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list