From: utzoo!decvax!harpo!floyd!forbin
Newsgroups: net.ucds
Title: Solution to Joining wires problem
Article-I.D.: floyd.1149
Posted: Wed Feb  2 15:20:33 1983
Received: Thu Feb  3 07:09:17 1983


	There are reports that from time to time a problem crops up
when using the "join" wire command more than 4 times. The problem
may be solved by editing the maketmp.c routine in libgp and 
changing the definition of tfname from
"/usr/tmp/cdaXXXXX" to "/tmp/cdaXXXXXX", note the extra "X".
also, /tmp is used as it is generally writable by everyone while
/usr/tmp may not be. If /tmp is not writable by everyone change the
string to reflect a place that is.

					Brian Rich
					Bell Labs - WH
					floyd!forbin