home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / NETPROG.ZIP;1 / NETPROG.TAR / rpc.sun / timedate / Readme < prev   
Encoding:
Text File  |  1989-12-17  |  210 b   |  5 lines

  1.     When compiling date_clnt.c the vanilla 4.3BSD C compiler
  2. barfs on the "void *argp" when it encounters the reference to argp
  3. on line 15.  The fix is to hand edit this file, changing the "void *"
  4. to a "char *".
  5.