Date: Tue, 14 Nov 2000 13:32:52 -0800 (PST) From: Garance A Drosehn <gad@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c Message-ID: <200011142132.NAA19274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2000/11/14 13:32:52 PST Modified files: usr.sbin/lpr/lpd printjob.c Log: Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under most Unixes, so -1 becomes 0xFF for 2's complement and 0xFE (?) for 1's complement. Reviewed by: bde@FreeBSD.org Revision Changes Path 1.31 +3 -3 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011142132.NAA19274>