9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] paper end
@ 2000-08-11 13:24 D. Brownlee
  0 siblings, 0 replies; only message in thread
From: D. Brownlee @ 2000-08-11 13:24 UTC (permalink / raw)
  To: 9fans

Here is a diff for /sys/src/9/pc/devlpt.c:

184c184,187
<               error(Eio);
---
>               if (status & Fpe)
>                       goto l1;
>               else
>                       error(Eio);
187a191
> l1:

This provides plenty of time to add paper to an HP Laserjet.
The goto is there to "re-use" the code at the label.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-08-11 13:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-11 13:24 [9fans] paper end D. Brownlee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).