git: kernel: Fix some boolean_t vs. int confusion.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue May 6 12:53:03 PDT 2014


commit 99ebfb7c19301cfdf9a5a87d225b64586998d69f
Author: Sascha Wildner <saw at online.de>
Date:   Tue May 6 21:52:29 2014 +0200

    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.

Summary of changes:
 sys/ddb/db_sym.h             | 5 ++---
 sys/ddb/ddb.h                | 2 +-
 sys/dev/netif/igb/if_igb.c   | 2 +-
 sys/net/radix.c              | 2 +-
 sys/netinet/in_pcb.h         | 5 ++---
 sys/netinet6/ipsec.c         | 4 ++--
 sys/netinet6/ipsec6.h        | 3 +--
 sys/vfs/tmpfs/tmpfs.h        | 2 +-
 sys/vfs/tmpfs/tmpfs_vfsops.c | 4 ++--
 sys/vm/default_pager.c       | 6 +++---
 sys/vm/device_pager.c        | 5 ++---
 sys/vm/phys_pager.c          | 2 +-
 sys/vm/pmap.h                | 3 +--
 sys/vm/swap_pager.c          | 2 +-
 sys/vm/swap_pager.h          | 3 +--
 sys/vm/vm_object.h           | 2 +-
 sys/vm/vm_pager.c            | 2 +-
 sys/vm/vnode_pager.c         | 4 ++--
 sys/vm/vnode_pager.h         | 4 +---
 19 files changed, 27 insertions(+), 35 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/99ebfb7c19301cfdf9a5a87d225b64586998d69f


-- 
DragonFly BSD source repository



More information about the Commits mailing list