summaryrefslogtreecommitdiff
path: root/security/policykit/patches/patch-authdb
AgeCommit message (Collapse)AuthorFilesLines
2008-12-15gcc complains when an int is cast to a pointer of different size. Torillig1-0/+25
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.