On Sun, Jan 19, 2014 at 10:48 AM, Todd C. Miller <todd.mil...@courtesan.com> wrote: > Perhaps something like this? Only compile-tested.
Looks good. We also need to fix the 'S' line parsing code in sendit() and printit() in lpd/printjob.c to use unsigned long long when parsing the ino_t instead of trying to store it in an int. Perhaps change it to use strtoull() too? Philip