]> the.earth.li Git - onak.git/commit
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)
commit78808f320d39f8c22622feb613706325222cfd59
treeb4aeb7df97e9c82df80a02a7d75d315ead6998a7
parent8d69a3a1fe658793c25cbc1e3e45fe6cdcd629eb
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.
keyd.c