freebsd-skq/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
lpd.8
lpd.c
lpdchar.c
Makefile
modes.c
printjob.c A variable had been unnecessarily assigned a bogus value because gcc was 2002-04-07 08:12:39 +00:00
recvjob.c