Subject: CVS commit: pkgsrc/security/policykit
From: Roland Illig
Date: 2008-12-15 16:06:43
Message id: 20081215150643.17CFF175D0@cvs.netbsd.org

Log Message:
gcc complains when an int is cast to a pointer of different size. To
avoid that warning, the ints are first cast to size_t, which is more
likely to match the size of a pointer. Unfortunately, the intptr_t and
uintptr_t types are marked optional in C99.

Files:
RevisionActionfile
1.4modifypkgsrc/security/policykit/distinfo
1.1addpkgsrc/security/policykit/patches/patch-authdb