[comp.unix.questions] Looking for SVR2 XMODEM

mouser@Portia.Stanford.EDU (Michael Wang) (07/13/88)

I am looking for source code to an XMODEM program that works on SVR2 UNIX
machines.  So far I have only be able to find programs that work on BSD 4.2
machines.  If you know of a location that has this code and is accessible
through anonymous ftp, PLEASE let me know through E-MAIL.  If you have some
code yourself, and are willing to send it to me, that would be great also.

Thanks!

-Michael Wang

+---------------+-----------------------------------------------------------+
| Michael Wang  |  Stanford University, Stanford, CA  94305                 |
|---------------+-----------------------------------------------------------|
| ARPAnet, CSNET, BITNET, Internet :  mouser@portia.stanford.edu            |
| UUCP:  ...decwrl!portia.stanford.edu!mouser                               |
| AppleLink:  ST0064                                                        |
+---------------------------------------------------------------------------+

zjat02@apctrc.UUCP (Jon A. Tankersley) (07/14/88)

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-