From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: steve.simon@snellwilcox.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] cvs tweeks Date: Fri, 25 Jul 2003 11:53:35 +0100 Topicbox-Message-UUID: 03e3ddac-eacc-11e9-9e20-41e7f4b1d025 Hi, Two tiny CVS tweeks for the archives. client.c 4884a4885 > *p++ = current_parsed_root->hostname; 4895d4895 < *p++ = current_parsed_root->hostname; The standard source puts the remote host's name before the -l user options which the plan9 argument parsing (quite rightly) won't allow. Also, adding '-DCVSRC_FILENAME="lib/cvsrc"' to CFLAGS in /sys/src/cmd/cvs/src/mkfile allows my home directory to be a bit tidyier. -Steve