freebsd-dev/usr.sbin/lpr/lpd
gad 5b6d85f368 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
2000-11-14 21:32:52 +00:00
..
extern.h Fix 'printit()' to ignore some lines it doesn't recognize (most likely 2000-11-08 00:52:11 +00:00
lpd.8 Add -p option to prevent lpd(8) from opening a listening socket. 2000-03-29 11:15:54 +00:00
lpd.c Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send) 2000-11-02 19:22:06 +00:00
lpdchar.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
modes.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
printjob.c Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under most 2000-11-14 21:32:52 +00:00
recvjob.c Cosmetic improvements to a few recvjob-related error messages. 2000-11-06 04:37:56 +00:00