-
Committer:
Jonathan McDowell
-
Date:
2008-06-07 11:43:35 UTC
-
Revision ID:
noodles@meepok-20080607114335-v1bzw3r1qhq18x2v
Fix up keyd compilation under 64 bit.
We were using the void * ctx argument as the file descriptor. Find for
32 bit, but on 64 bit we're truncating. No reason not to just pass the
pointer to the fd, so do so.