]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Use unsigned int instead of unsigned
authorOsier Yang <jyang@redhat.com>
Mon, 15 Apr 2013 10:29:23 +0000 (18:29 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 15 Apr 2013 15:07:08 +0000 (23:07 +0800)
commitb1ea781eaaed78f20ca349a39fbe260e689f6643
tree51ed64cba517acd5d23038bd4b8dc37b923a113a
parente16e2a8bbbdc4ba63c519921db5551691202647d
Use unsigned int instead of unsigned

Though they are the same thing, mixed use of them is uncomfortable.
"unsigned" is used a lot in old codes, this just tries to change the
ones in utils.
src/util/virpci.c
src/util/virpci.h
src/util/virusb.c