EROFS is not defined in VisualAge so it breaks our Tinderbox
This commit is contained in:
mkaply%us.ibm.com 2000-06-23 20:13:04 +00:00
Родитель b7a9bf7379
Коммит c19b3f1486
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -354,7 +354,9 @@ static REGERR nr_OpenFile(char *path, FILEHANDLE *fh)
#ifdef XP_MAC
case opWrErr:
#else
#ifndef XP_OS2_VACPP
case EROFS: /* read-only file system */
#endif
case EACCES: /* file in use or read-only file*/
#endif
/* try read only */