freebsd-dev/usr.sbin/yppush
Thomas Quinot d1ac5c1981 (handler): When exitting upon an abnormal signal, yppush_exit() should not
attempt to clear its pending jobs list, as this could trigger another
signal, and cause an infinite recursion. What yppush_exit() tests
in order to determine whether to flush pending jobs is the
yppush_joblist chained list, so this is what needs to be cleared
in that case (not the yppush_jobs counter).

Reviewed by:	audit@ (no objection)
MFC after:	2 weeks
2005-04-12 15:02:57 +00:00
..
Makefile
yppush_extern.h Apply the following mechanical transformations in preparation for 2002-02-06 13:30:31 +00:00
yppush_main.c (handler): When exitting upon an abnormal signal, yppush_exit() should not 2005-04-12 15:02:57 +00:00
yppush.8 Sort sections. 2005-01-18 20:02:45 +00:00