pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/policykit
Module Name: pkgsrc
Committed By: rillig
Date: Mon Dec 15 15:06:43 UTC 2008
Modified Files:
pkgsrc/security/policykit: distinfo
Added Files:
pkgsrc/security/policykit/patches: patch-authdb
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.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/security/policykit/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/policykit/patches/patch-authdb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index