Andrew Deason 549002c906 Remove warnings related to type-punning
cmd/cmd.c:
 - Just make dummy be a struct cmd_item instead of casting

rxdebug/rxdebug.c:
 - Access the stats packet through a union instead of casting and
   dereferencing

util/uuid.c:
 - Access the seed through a union and an array instead of that
   incrementing-pointer approach

Reviewed-on: http://gerrit.openafs.org/599
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
2009-10-08 07:59:18 -07:00
..
2009-06-15 23:29:29 +00:00
2009-10-08 07:59:18 -07:00
2007-10-31 04:05:27 +00:00