linux -> unix

This commit is contained in:
Glenn Maynard
2007-05-03 02:15:55 +00:00
parent a4bdd07209
commit 7c8cf2cbdd
3 changed files with 3 additions and 3 deletions
@@ -243,7 +243,7 @@ void ArchHooks_Unix::SetTime( tm newtime )
static LocalizedString COULDNT_FIND_SONGS( "ArchHooks_Unix", "Couldn't find 'Songs'" );
void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
{
#if defined(LINUX)
#if defined(UNIX)
/* Mount the root filesystem, so we can read files in /proc, /etc, and so on.
* This is /rootfs, not /root, to avoid confusion with root's home directory. */
FILEMAN->Mount( "dir", "/", "/rootfs" );