Subversion Repositories HelenOS

Rev

Rev 3309 | Rev 3326 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3309 Rev 3310
Line 114... Line 114...
114
int * cmd_ls(char **argv)
114
int * cmd_ls(char **argv)
115
{
115
{
116
    unsigned int argc;
116
    unsigned int argc;
117
    unsigned int scope;
117
    unsigned int scope;
118
    char *buff;
118
    char *buff;
119
    char s[PATH_MAX];
-
 
120
 
119
 
121
    DIR *dirp;
120
    DIR *dirp;
122
    struct dirent *dp;
121
    struct dirent *dp;
123
 
122
 
124
    /* Count the arguments */
123
    /* Count the arguments */