Ignore:
Timestamp:
2009-06-28T21:41:13Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfd247f
Parents:
75160a6
Message:

Implement stat() and VFS_IN_STAT.
Modify bdsh() to use stat() during ls.
In devfs, allow lookups that don't
specify one of L_FILE and L_DIRECTORY.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/ls/ls.h

    r75160a6 r415c7e0d  
    1010static unsigned int ls_scope(const char *);
    1111static void ls_scan_dir(const char *, DIR *);
    12 static void ls_print_dir(const char *);
    13 static void ls_print_file(const char *, const char *);
     12static void ls_print(const char *, const char *);
    1413
    1514#endif /* LS_H */
Note: See TracChangeset for help on using the changeset viewer.