From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00d801c55e7a$0b19abe0$08ef7d50@kilgore> From: "boyd, rounin" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> References: <009e01c55e6c$427acc30$08ef7d50@kilgore><00b601c55e73$826c9010$08ef7d50@kilgore> Subject: Re: [9fans] ftpfs & fmtinstall woe Date: Sun, 22 May 2005 04:57:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4e719e28-ead0-11e9-9d60-3106f5b1d025 i stand corrected: brahma% 8c f.c && 8l f.8 brahma% ./8.out . d-rwxr-xr-x brahma% ls -ld . d-rwxr-xr-x M 289907 boyd boyd 0 May 21 21:03 src brahma% but i would suggest that fcall be better documented. -- MGRS 31U DQ 52572 12604 ----- Original Message ----- From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Sent: Sunday, May 22, 2005 4:48 AM Subject: Re: [9fans] ftpfs & fmtinstall woe i don't have any idea what bug you're searching for in ftpfs, but in the program that you posted, your bug is that you are passing %M a Dir when it is supposed to get a long. even %D is supposed to get a Dir* not a Dir. print(". %M\n", d->mode); not print(". %M\n", *d); russ