From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 18 Jan 2007 13:50:11 -0500 From: "Russ Cox" To: "=?ISO-8859-1?Q?Alberto_Cort=E9s?=" , "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Is the "cpu" command using version 1 of p9any? In-Reply-To: <20070118182732.GC9084@it.uc3m.es> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070118181143.GA9084@it.uc3m.es> <20070118182732.GC9084@it.uc3m.es> Cc: Topicbox-Message-UUID: 05c9e28c-ead2-11e9-9d60-3106f5b1d025 It appears that authsrv(6) is lying. One could easily make it tell the truth: in /sys/src/cmd/auth/factotum/p9any.c, in p9anyread, change negstr = s_new(); to s->version = 2; negstr = s_copy("v.2 "); Russ