git: kernel: Stop using <stdint.h> during kernel build.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Thu Nov 14 05:41:45 PST 2019
commit eaf07fa9b1a8cd36796aaeb2668a28719ad84dd4
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Tue Nov 12 20:43:44 2019 +0200
kernel: Stop using <stdint.h> during kernel build.
This includes VKERNEL too. Now it should be possible to fully build
kernel with headers only from src/sys/ (except VKERNEL that is using
userland headers for obvious reasons, prominently the <signal.h>).
Now <stdint.h> separation from <sys/types.h> could begin.
Summary of changes:
include/arpa/inet.h | 2 ++
sys/cpu/x86_64/include/npx.h | 4 +++-
sys/libprop/prop_number.h | 4 +---
sys/sys/stdint.h | 29 +++++++++++++++++++++++++++++
sys/sys/types.h | 2 ++
sys/vfs/fuse/fuse_abi.h | 4 +++-
sys/vfs/hammer2/hammer2_lz4.c | 2 +-
sys/vfs/hammer2/xxhash/xxhash.c | 2 +-
8 files changed, 42 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eaf07fa9b1a8cd36796aaeb2668a28719ad84dd4
--
DragonFly BSD source repository
More information about the Commits
mailing list