<HTML><BODY><span>Does the rename() function really work for the IMFS?  I am using 4.9/4.10 on sparc, and the following code crashes my app immediately on entry into the rename() function:<br>
<br>
</span><pre wrap="">   printf("About to call\n");<br>
   rename("hello.txt", "goodby.txt");<br>
   printf("rename done\n");<br>
</pre>The first printf() works, then the system crashes.  And yes, the source file exists, and the destination does not.<br>
<br>
</BODY></HTML>