kernel: Stop using <stdint.h> during kernel build.
commiteaf07fa9b1a8cd36796aaeb2668a28719ad84dd4
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 12 Nov 2019 18:43:44 +0000 (12 20:43 +0200)
committerzrj <rimvydas.jasinskas@gmail.com>
Thu, 14 Nov 2019 14:02:57 +0000 (14 16:02 +0200)
treeb7e2880b39e6762ffc8de669681dd99e0ee79142
parent6b2b0a8b5c1c774a5c3cbb4c79bdc1508253ffea
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.
include/arpa/inet.h
sys/cpu/x86_64/include/npx.h
sys/libprop/prop_number.h
sys/sys/stdint.h
sys/sys/types.h
sys/vfs/fuse/fuse_abi.h
sys/vfs/hammer2/hammer2_lz4.c
sys/vfs/hammer2/xxhash/xxhash.c