- Timestamp:
- Mar 17, 2011, 11:24:38 PM (15 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/libc/src/kNIX/os2/b_nativeSymlinkCreate.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/libc/src/kNIX/os2/b_nativeSymlinkCreate.cr3070 r3726 126 126 HFILE hf = -1; 127 127 ULONG ul = 0; 128 int rc = DosOpen((PCSZ)pszNativePath, &hf, &ul, cchTarget + 1, FILE_NORMAL,128 int rc = DosOpen((PCSZ)pszNativePath, &hf, &ul, cchTarget, FILE_NORMAL, 129 129 OPEN_ACTION_CREATE_IF_NEW | OPEN_ACTION_FAIL_IF_EXISTS, 130 130 OPEN_FLAGS_NOINHERIT | OPEN_SHARE_DENYNONE | OPEN_ACCESS_READWRITE, 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
