Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/errors.c

    r19f857a re2ea8d7e  
    3030
    3131#include <stdio.h>
    32 #include <str.h>
     32#include <string.h>
    3333#include <stdlib.h>
    3434#include <unistd.h>
     
    4747/* Look up errno in cl_errors and return the corresponding string.
    4848 * Return NULL if not found */
    49 static const char *err2str(int err)
     49static char *err2str(int err)
    5050{
    5151
Note: See TracChangeset for help on using the changeset viewer.