home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / XBBS7200.ZIP / XBBS7200.TAR / sealink / Readme < prev    next >
Encoding:
Text File  |  1989-03-04  |  1.3 KB  |  27 lines

  1. SEAlink/SYSV and SEAlink/BSD support full pathnames locally (but not in
  2. the file name transmitted to the remote SEAlink program).
  3.  
  4. The only known bug at this point is really a flaw in the original design
  5. of the protocol; rather than using time measured in seconds starting in
  6. 1970, the design called for time measured in seconds starting in 1980.
  7. Since then the protocol definition has been changed to reflect the
  8. "real" standard.  At this point I haven't worked out a method to
  9. determine which time is used in a particular SEAlink implementation.
  10.  
  11. Be sure to check the #defines in sealink.c for compiling on different
  12. systems.  Note that with Ultrix v1.2, you must use BSD/V7 functions, NOT
  13. the System V emulation -- it simply will not work correctly.  Also be
  14. aware that getopt.o is expected to be in the standard library; if it
  15. isn't there are PD versions available from many sources (including
  16. my system, clmqt, see address below).
  17.  
  18. The makefile supplied (sealink.mk) is specific to XENIX for 80286-based
  19. machines and will have to be modified slightly for other systems.  In
  20. most cases a simple "cc -O sealink.c -o sealink" will do what you need
  21. after you have checked the compile-time switches in the code.
  22.  
  23. NOTE:  this program will probably not work with cu!
  24.  
  25. Scott Reynolds
  26. uucp:  clmqt!scott
  27.