git: Remove <sys/stdbool.h>. The kernel has bool etc. in <sys/types.h> now.
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Oct 25 01:34:48 PDT 2016
commit 49525c61c6976ef8c83562f3bc41c41b6988f6de
Author: Sascha Wildner <saw at online.de>
Date: Tue Oct 25 10:31:59 2016 +0200
Remove <sys/stdbool.h>. The kernel has bool etc. in <sys/types.h> now.
Summary of changes:
Makefile_upgrade.inc | 1 +
include/stdbool.h | 21 +++++++++++++---
sys/kern/sys_mqueue.c | 1 -
sys/libprop/prop_object.h | 4 ++-
sys/netproto/802_11/README.DRAGONFLY | 1 -
sys/sys/stdbool.h | 48 ------------------------------------
sys/vfs/autofs/autofs.h | 1 -
7 files changed, 22 insertions(+), 55 deletions(-)
delete mode 100644 sys/sys/stdbool.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/49525c61c6976ef8c83562f3bc41c41b6988f6de
--
DragonFly BSD source repository
More information about the Commits
mailing list