Commit By: raeburn Log Message: Simplify UNIX krb5int_zap_data a little. Omit volatile cast, just call memset, but for gcc, use a volatile asm afterwards to make the memory appear to be referenced and deter optimizations that would remove the memset. Changed Files: U trunk/src/include/k5-int.h