The following commit has been merged in the master branch:
commit ea44842df8f5098798e3b8ffb1b6ff62cbfcc246
Author: Marc Dionne <[email protected]>
Date: Tue Apr 13 18:58:11 2010 -0400
Fix new UKERNEL warnings on 64-bit
Commit 830cb48c enabled new warnings when building UKERNEL, which
causes builds with --enable-checking to fail. These are 64-bit
specific warnings from int to pointer conversions and one printf
warning.
Changes:
- cast printf argument to (int) in afs_usrops.c
- use (iparmtype)(uintptrsz) to convert 32-bit integers to
pointers
- move the definition of uintptrsz to src/afs/afs.h so its
available to other source files, and remove the original definition
in afs_syscall.c
Change-Id: Id0a5fd762cf10a741f89e3a2ed0a85556137df49
Reviewed-on: http://gerrit.openafs.org/1748
Reviewed-by: Andrew Deason <[email protected]>
Reviewed-by: Derrick Brashear <[email protected]>
Tested-by: Derrick Brashear <[email protected]>
src/afs/UKERNEL/afs_usrops.c | 2 +-
src/afs/afs.h | 10 ++++++++++
src/afs/afs_lock.c | 6 +++---
src/afs/afs_syscall.c | 9 ---------
4 files changed, 14 insertions(+), 13 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs