r=dougt, sr=dmose
OS/2 only - remove config/os2 from the tree


git-svn-id: svn://10.0.0.236/trunk@136704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2003-01-21 00:05:39 +00:00
parent d757ab762f
commit 912ee5ce97
6 changed files with 9 additions and 604 deletions

View File

@@ -54,7 +54,6 @@ static int isleadbyte(int c);
#ifdef XP_OS2_VACPP
#include <direct.h>
#include "dirent.h"
#else
#include <unistd.h>
#endif
@@ -1258,6 +1257,7 @@ nsLocalFile::GetFileSize(PRInt64 *aFileSize)
*aFileSize = mFileInfo64.size;
printf("filesize = %ld\n", mFileInfo64.size);
return NS_OK;
}