Changeset abb2865 in mainline
- Timestamp:
 - 2008-06-03T12:29:47Z (17 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 253227a
 - Parents:
 - 66a65d7
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/libfs/libfs.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/libfs/libfs.c
r66a65d7 rabb2865 161 161 while ((next <= last) && (ops->plb_get_char(next) != '/')) { 162 162 if (len + 1 == NAME_MAX) { 163 /* com opnent length overflow */163 /* component length overflow */ 164 164 ipc_answer_0(rid, ENAMETOOLONG); 165 165 goto out;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  