Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site uscvax.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!gatech!seismo!harvard!talcott!panda!genrad!decvax!ittatc!dcdwest!sdcsvax!sdcrdcf!uscvax!papa From: papa@uscvax.UUCP (Marco Papa) Newsgroups: net.micro.amiga Subject: Re: portar.c (portable archiver) Message-ID: <4@uscvax.UUCP> Date: Sat, 7-Dec-85 14:47:22 EST Article-I.D.: uscvax.4 Posted: Sat Dec 7 14:47:22 1985 Date-Received: Wed, 11-Dec-85 03:02:41 EST References: <607@unisoft.UUCP> Distribution: net Organization: CS&CE Depts, U.S.C., Los Angeles, CA Lines: 32 ... > > This is a highly modified version of the DECUS archiver that I pulled > out of my musty archives. It's several years old. Enjoy. > > -Fred The following changes are needed to compile and link portar.c under Berkeley UNIX 4.2bsd. Add the following lines at the beginning of the program: #ifdef BSD #include #undef tolower #define tolower(c) (isupper(c)?((c)+('a'-'A')):(c)) #include #define strrchr=rindex #endif Then compile and link as follows: cc -O -o portar -DBSD portar.c Now you should be able to archive file on the vax, upload them to the amiga, and the de-archive them on the amiga. Marco Papa USC - Computer Science Dept. UUCP: ...!{decvax,ucbvax,hplabs}!sdcsvax!sdcrdcf!uscvax!papa ...!{allegra,trwrb,trwspp,ism780,cithep,oberon}!uscvax!papa CSNET: papa@usc-cse.csnet ARPA: papa%usc-cse@csnet-relay.arpa