git: stdbool.h: Move to sys/sys
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Tue Oct 1 14:08:45 PDT 2013
commit d08f8c9d9a869e8abcfcf1f48b55d0efb71da7fc
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Tue Oct 1 21:01:20 2013 +0200
stdbool.h: Move to sys/sys
It's bad style for the kernel to use the same headers as userland
programs.
Requested-by: dillon
Summary of changes:
include/stdbool.h | 20 ++------------------
{include => sys/sys}/stdbool.h | 7 +++----
2 files changed, 5 insertions(+), 22 deletions(-)
copy {include => sys/sys}/stdbool.h (92%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d08f8c9d9a869e8abcfcf1f48b55d0efb71da7fc
--
DragonFly BSD source repository
More information about the Commits
mailing list