--- modules/osspec/osnvm.c 2002-12-25 22:54:44.000000000 -0800 +++ modules/osspec/osnvm-new.c 2003-07-18 11:36:47.000000000 -0700 @@ -90,16 +90,7 @@ static int OsRenameFile (const char *old, const char *new) { - mm_segment_t fs = get_fs (); - int fh; - - set_fs (get_ds ()); - fh = rename (old, new); - set_fs (fs); - if(fh) - return errno; - else - return fh; + return 0; } #define CFILE_BUFFER_SIZE 4096