From: Jonathan McDowell Date: Sat, 7 Jun 2008 11:43:35 +0000 (+0100) Subject: Fix up keyd compilation under 64 bit. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/78808f320d39f8c22622feb613706325222cfd59?ds=inline;hp=78808f320d39f8c22622feb613706325222cfd59 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. ---