Path: utzoo!attcan!uunet!apctrc!zjat02
From: zjat02@apctrc.UUCP (Jon A. Tankersley)
Newsgroups: comp.unix.questions
Subject: Re: Looking for SVR2 XMODEM
Keywords: SVR2 XMODEM
Message-ID: <480@apctrc.UUCP>
Date: 14 Jul 88 03:55:00 GMT
References: <3086@Portia.Stanford.EDU>
Reply-To: zjat02@apctrc.UUCP (Jon A. Tankersley)
Organization: Amoco Production Co, Tulsa Research Center
Lines: 10

The usual way I get this done is lint the source I get from Berkeley and
make the required fixes.  When its an include file that is missing, I 
check for the undefined typedefs and the like and search for a similar
SysV include file and include that.

The biggest changes I ever had to make to Xmodem was in some of the 
ioctl calls, but I just #ifdef'd around the Berkeley stuff.


-tank-