From fb2b5a0c8bdaaa96b2f262df35e0fd02862726ea Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 23 Jun 2000 20:13:04 +0000 Subject: [PATCH] r = pchen, a = pchen EROFS is not defined in VisualAge so it breaks our Tinderbox git-svn-id: svn://10.0.0.236/trunk@73086 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libreg/src/reg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/modules/libreg/src/reg.c b/mozilla/modules/libreg/src/reg.c index afda7599f35..83b12cb50f4 100644 --- a/mozilla/modules/libreg/src/reg.c +++ b/mozilla/modules/libreg/src/reg.c @@ -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 */