From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: nemo@gsyc.escet.urjc.es, 9fans@cse.psu.edu Subject: Re: [9fans] change to bitsy/devsac.c to use the new bootldr MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010615124114.30DBC19A12@mail.cse.psu.edu> Date: Fri, 15 Jun 2001 08:41:11 -0400 Topicbox-Message-UUID: b9fbd4d0-eac9-11e9-9e20-41e7f4b1d025 Might this be a better change, i.e., so it'll work both with both the old and new bootldr's? p = (uchar*)Flash_tar+4; data = tarlookup(p, sacfs, &i); if(data == 0) { p = (uchar*)Flash_tar; data = tarlookup(p, sacfs, &i); if(data == 0) { print("devsac: could not find file: %s\n", sacfs); return; } }