Path: utzoo!utgpu!watmath!clyde!att!rutgers!gatech!udel!mmdf
From: 75008378%VAX2.NIHED.IE@cunyvm.cuny.edu
Newsgroups: comp.os.minix
Subject: (IBM V1.3) (*my*) printer.c?
Message-ID: <5801@louie.udel.EDU>
Date: 5 Dec 88 11:04:59 GMT
Sender: mmdf@udel.EDU
Lines: 23

Der Tynan asked how to get my (*not* official V1.3 or anything else)
printer.c working under V1.3.  I can't get him by mail, and others may also
be interested.

Just alter the lock/unlock to the new style (V1.3) lock/restore -

int old_state;
.
.
.
old_state = lock();
.
.
.
retore(old_state).

No cdiff - I havn't compiled all the V1.3 commands yet, and still
don't actually have cdiff! I'll post a cdiff later if anyone says
they *really* want one... (or if my personal memory/i/o system has failed,
and the above description of losk/restore is wrong...)

Barry McMullin.