Ignore:
File:
1 edited

Legend:

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

    rdd8ab1c rf2460a50  
    3232
    3333#include <errno.h>
    34 #include <str_error.h>
    3534#include <stdio.h>
    3635#include <stdlib.h>
     
    185184                if (rc != EOK) {
    186185                        printf("ls: skipping bogus node %s\n", buff);
    187                         printf("error=%s\n", str_error_name(rc));
     186                        printf("error=%d\n", rc);
    188187                        goto out;
    189188                }
Note: See TracChangeset for help on using the changeset viewer.