commit | f08bdb5a7e599ff95c72df7a92def141360c9b80 | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Thu May 26 19:59:48 2005 +1000 |
committer | Darren Tucker <dtucker@zip.com.au> | Thu May 26 19:59:48 2005 +1000 |
tree | 27c3dabd1e5660ef21cb5076be80d00a3ced370e | |
parent | d98dce6929de5ce98f53f968e02a8d1cbe696151 [diff] |
- (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux: warning: dereferencing type-punned pointer will break strict-aliasing rules warning: passing arg 3 of `pam_get_item' from incompatible pointer type The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@