ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/extfs_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/extfs_unix.cpp (file contents):
Revision 1.20 by gbeauche, 2005-01-30T21:42:14Z vs.
Revision 1.21 by asvitkine, 2007-01-22T17:14:06Z

# Line 375 | Line 375 | bool extfs_rename(const char *old_path,
375          // Now rename file
376          return rename(old_path, new_path) == 0;
377   }
378 +
379 +
380 + // Convert from the host OS filename encoding to MacRoman
381 + const char *host_encoding_to_macroman(const char *filename)
382 + {
383 +        return filename;
384 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines