Changeset 1942 for trunk/src/emx
- Timestamp:
 - May 1, 2005, 9:37:14 AM (21 years ago)
 - Location:
 - trunk/src/emx/src/lib/sys
 - Files:
 - 
      
- 2 edited
 
- 
          
  b_fsFileModeSetFH.c (modified) (1 diff, 1 prop)
 - 
          
  b_fsNativeFileModeSet.c (modified) (1 diff, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/emx/src/lib/sys/b_fsFileModeSetFH.c
- 
Property       cvs2svn:cvs-rev
 changed from       
1.1to1.2 
r1941 r1942 156 156 else 157 157 info.fsts4L.attrFile = FILE_READONLY; 158 rc = DosSetFileInfo(fh, FIL_STANDARD , &info, sizeof(info.fsts4L) - sizeof(info.fsts4L.cbList));158 rc = DosSetFileInfo(fh, FIL_STANDARDL, &info, sizeof(info.fsts4L) - sizeof(info.fsts4L.cbList)); 159 159 } 160 160 else  - 
Property       cvs2svn:cvs-rev
 changed from       
 - 
      
trunk/src/emx/src/lib/sys/b_fsNativeFileModeSet.c
- 
Property       cvs2svn:cvs-rev
 changed from       
1.1to1.2 
r1941 r1942 138 138 else 139 139 info.fsts4L.attrFile = FILE_READONLY; 140 rc = DosSetPathInfo((PCSZ)pszNativePath, FIL_STANDARD , &info, sizeof(info.fsts4L) - sizeof(info.fsts4L.cbList), 0);140 rc = DosSetPathInfo((PCSZ)pszNativePath, FIL_STANDARDL, &info, sizeof(info.fsts4L) - sizeof(info.fsts4L.cbList), 0); 141 141 } 142 142 else  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  