bos: Don't cast returns from malloc()
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 17 May 2012 09:03:16 +0000 (10:03 +0100)
committerDerrick Brashear <shadow@dementix.org>
Thu, 24 May 2012 15:53:54 +0000 (08:53 -0700)
commit0cf3c58d807d74d8ee1b4692a936079fb767412c
tree1188a21af03690d22264e3a00cfe2069e20b8ff1
parent25bc7849caf855b08a69b1701db089b1da9b506b
bos: Don't cast returns from malloc()

malloc() returns a (void *) on all of our current platforms. So,
don't bother casting the return value before assigning it - it's
unecessary noise.

Change-Id: If6f0dbc00b31f5d9a1622984c6ac9eba83c04900
Reviewed-on: http://gerrit.openafs.org/7459
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/bozo/bnode.c
src/bozo/bosoprocs.c
src/bozo/bosserver.c
src/bozo/smail-notifier.c