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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-12-17
|
210 b
|
5 lines
When compiling date_clnt.c the vanilla 4.3BSD C compiler
barfs on the "void *argp" when it encounters the reference to argp
on line 15. The fix is to hand edit this file, changing the "void *"
to a "char *".