Fix up keyd compilation under 64 bit.
authorJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 11:43:35 +0000 (12:43 +0100)
committerJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 11:43:35 +0000 (12:43 +0100)
  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.


No differences found