Correct incorrect type-punning fixes
authorAndrew Deason <adeason@sinenomine.net>
Thu, 1 Apr 2010 18:55:51 +0000 (13:55 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 9 Apr 2010 20:12:21 +0000 (13:12 -0700)
commit185a6a474ccaf15c1abb708bcdfe27857454cef4
tree05435c8ff49db53191767d0e4e08a4f6ec3963c2
parent4c68f58827913129947bc44978e7469b3271c3c6
Correct incorrect type-punning fixes

Commit 549002c906795f978eebf81c706995116a04a8ff attempted to resolve a
few type-punning-related warnings, but did so using unions. Unions are
not guaranteed to work correctly with type-punning on non-gcc, so
partially revert and reimplement.

Change-Id: I6a49184284809c929bc45b5de5b32b8323467505
Reviewed-on: http://gerrit.openafs.org/1679
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rxdebug/rxdebug.c
src/util/uuid.c