size_t/ssize_t - change to [unsigned] long
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 19 Aug 2009 02:56:17 +0000 (19:56 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 19 Aug 2009 02:56:17 +0000 (19:56 -0700)
commit1e8087d481c6bfecf14ce6eddc5c722031742332
tree2c53af378b65b0aae0540a6b6f39201e94bb0f8d
parent1e23331d83868abdbb41a114ff6c900fbb5c8ba2
size_t/ssize_t - change to [unsigned] long

* change size_t from unsigned int to unsigned long, and change ssize_t
  from int to long for both 32 and 64 bit builds.

  NOTE: This may not last for 32 bit builds, depending on what it breaks
  in pkgsrc land, but the change makes it easier to detect 32/64 bit
  issues with size_t, sizeof, and pointer arithmatic on 32 bit machines.
gnu/lib/gcc41/libstdc++/config.h
gnu/lib/gcc44/libstdc++/config.h
gnu/usr.bin/cc34/cc_prep/config/i386/dragonfly.h
gnu/usr.bin/cc41/cc_prep/config/i386/dragonfly.h
gnu/usr.bin/cc44/cc_prep/config/i386/dragonfly.h
sys/cpu/amd64/include/stdint.h
sys/cpu/i386/include/stdint.h