Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!linus!philabs!cmcl2!seismo!harvard!wjh12!genrad!decvax!tektronix!uw-beaver!info-mac From: info-mac@uw-beaver (info-mac) Newsgroups: fa.info-mac Subject: Running macput/macget under 4.1BSD Message-ID: <1307@uw-beaver> Date: Tue, 24-Jul-84 15:56:40 EDT Article-I.D.: uw-beave.1307 Posted: Tue Jul 24 15:56:40 1984 Date-Received: Sat, 28-Jul-84 00:49:37 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 14 From: Peterr%toronto.csnet@csnet-relay.arpa I've modified macput and macget to work under 4.1. There are two changes: #include becomes #include rename(a, b); becomes link(a,b); unlink(a); Thanks to Ron Wessels of U. of T. for these changes, and many thanks to the original poster of the program for the original code. The 4.1 versions have not been extensively tested, but the changes are simple enough that they should work (famous last words). p. rowley, U. Toronto