freebsd-dev/usr.sbin/lpr/lpd
Garance A Drosehn 50cf7393cb A variable had been unnecessarily assigned a bogus value because gcc was
"confused" about it being unassigned.  In fact, gcc was right.  Fix the
real problem by setting that variable before break-ing out of a select
statement so gcc is happy, and then remove the unnecessary assignment.

Reported by:	a user wondering why lpd syslog-ed about "compiler confusion"
MFC after:	12 days
2002-04-07 08:12:39 +00:00
..
extern.h Rename a few global variables which hold hostname-related values to be 2001-06-15 22:03:07 +00:00
lpd.8 Rename the -w option to be -W. The recently-added -w option is different 2001-07-22 01:05:20 +00:00
lpd.c Fix two compile-time warnings by defining fromlen as socklen_t. 2001-07-23 00:13:02 +00:00
lpdchar.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
modes.c Fix about 90-100 warnings one gets when trying to compile lpr&friends 2001-06-12 16:38:20 +00:00
printjob.c A variable had been unnecessarily assigned a bogus value because gcc was 2002-04-07 08:12:39 +00:00
recvjob.c Move the checks for '/' a little sooner in the code which receives files 2001-12-05 02:07:20 +00:00