git: In <signal.h> and <sys/devicestat.h>, include <sys/types.h> explicitly.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Jul 20 10:21:59 PDT 2017


commit 3c35334c2ccb57873cd2a02c5d668c6dee6bed2e
Author: Sascha Wildner <saw at online.de>
Date:   Thu Jul 20 19:21:20 2017 +0200

    In <signal.h> and <sys/devicestat.h>, include <sys/types.h> explicitly.
    
    This is in preparation for cleaning up <sys/time.h>'s namespace, which
    <signal.h> and <sys/devicestat.h> relied on previously for bringing in
    <sys/types.h>, but which does not actually need it for its own stuff.

Summary of changes:
 include/signal.h     | 2 +-
 sys/sys/devicestat.h | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c35334c2ccb57873cd2a02c5d668c6dee6bed2e


-- 
DragonFly BSD source repository



More information about the Commits mailing list