[fa.info-mac] Running macput/macget under 4.1BSD

info-mac@uw-beaver (info-mac) (07/24/84)

From: Peterr%toronto.csnet@csnet-relay.arpa
I've modified macput and macget to work under 4.1.  There are two changes:

#include <sys/ioctl.h>		becomes		#include <sgtty.h>

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