update: Don't cast returns from malloc()
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 17 May 2012 12:31:53 +0000 (13:31 +0100)
committerDerrick Brashear <shadow@dementix.org>
Thu, 24 May 2012 16:19:40 +0000 (09:19 -0700)
commit1c734bd7e59b0e2b1f79dbd9b203de1ecb921f3c
treefb4f70a124b3ab6ce9061d6c61907b519a9ff26b
parent695e3a028e1257e1a1460205eba3fc7a837c5b41
update: 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 is
unnecessary noise.

Change-Id: I6a33ab25b092faa96c764f0a469d052c181344ee
Reviewed-on: http://gerrit.openafs.org/7471
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/update/client.c
src/update/server.c
src/update/utils.c