]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
= MFC of r211190:
authorgad <gad@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Nov 2010 04:57:46 +0000 (04:57 +0000)
committergad <gad@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Nov 2010 04:57:46 +0000 (04:57 +0000)
commitbf616ee02e7838d73f7471f57fa20183ee2eb764
treed5144a6b70d402c219d34f38a0ad5bc490661400
parent0aa1766a600cb33b3484e03b54000798f56d9a40
= MFC of r211190:
- Improve the wait4data() routine so it behaves better when checking
  print-jobs which have last-modification times that are in the future.
  This shouldn't happen, of course, but it can.  And when it did happen,
  the previous check could cause completely-spooled jobs to sit in the
  queue for 20 minutes per job.  The new code waits until the last-modify
  time is not changing, instead of making decisions based on the specific
  value of last-modify.

git-svn-id: svn://svn.freebsd.org/base/stable/8@216039 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/lpr/lpd/printjob.c