scsh-users
[Top] [All Lists]

Re: scsh-0.2 and linux.

To: back0003@gold.tc.umn.edu
Subject: Re: scsh-0.2 and linux.
From: Olin Shivers <shivers@clark.lcs.mit.edu>
Date: Wed, 16 Nov 94 20:36:29 -0500
Cc: scsh-bugs@martigny.ai.mit.edu
Reply-to: shivers@mintaka.lcs.mit.edu
You must fix the errno file for me; I don't have linux available right now.
Fix these two lines:

 (protonosupport 93     ); Protocol Not Supported 
 (socktnosupport 94     ); Socket Type Not Supported 

You have to add a space to each line; you'll see. Then go check
/usr/include/sys/errno.h, look up the actual numeric value for EWOULDBLOCK,
and drop the number into place for this line:

 (wouldblock    again   ); Operation Would Block 

Then send me the file.

I will be exhuming the hackers, as you indicated, so that I may have the
pleasure of dispatching them twice. Death, then torture.
    -Olin

<Prev in Thread] Current Thread [Next in Thread>