git: Check __BSD_VISIBLE's actual value, not just if it is defined.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Dec 28 14:18:27 PST 2014
commit d45d22dffed349356e210dcb9168b173f0391098
Author: Sascha Wildner <saw at online.de>
Date: Sun Dec 28 22:51:20 2014 +0100
Check __BSD_VISIBLE's actual value, not just if it is defined.
It could be defined to 0, per <sys/cdefs.h>. Only the few cases which
this commit fixes were wrong.
Summary of changes:
sys/sys/dirent.h | 5 ++---
sys/sys/fd_set.h | 3 +--
sys/sys/types.h | 2 +-
3 files changed, 4 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d45d22dffed349356e210dcb9168b173f0391098
--
DragonFly BSD source repository
More information about the Commits
mailing list