kernel: Fix some boolean_t vs. int confusion.
authorSascha Wildner <saw@online.de>
Tue, 6 May 2014 19:52:29 +0000 (21:52 +0200)
committerSascha Wildner <saw@online.de>
Tue, 6 May 2014 19:52:29 +0000 (21:52 +0200)
commit99ebfb7c19301cfdf9a5a87d225b64586998d69f
tree4fa6e52d730f6fa12382de91f91a0171a8e7e1a2
parent73e3051b2383fc09aeaf12b1abb86ecff816d42f
kernel: Fix some boolean_t vs. int confusion.

When boolean_t is defined to be _Bool instead of int (not part of this
commit), this is what gcc is sad about.
19 files changed:
sys/ddb/db_sym.h
sys/ddb/ddb.h
sys/dev/netif/igb/if_igb.c
sys/net/radix.c
sys/netinet/in_pcb.h
sys/netinet6/ipsec.c
sys/netinet6/ipsec6.h
sys/vfs/tmpfs/tmpfs.h
sys/vfs/tmpfs/tmpfs_vfsops.c
sys/vm/default_pager.c
sys/vm/device_pager.c
sys/vm/phys_pager.c
sys/vm/pmap.h
sys/vm/swap_pager.c
sys/vm/swap_pager.h
sys/vm/vm_object.h
sys/vm/vm_pager.c
sys/vm/vnode_pager.c
sys/vm/vnode_pager.h