Changeset e2ea8d7e in mainline for uspace/app/bdsh/errstr.h


Ignore:
Timestamp:
2008-08-27T05:36:12Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b4b7b6
Parents:
b510d52
Message:

Housekeeping list, complete lingering things before they get forgotten:

  • cli_*() now sets a global cli_errno, error functions cleaned up
  • Finish internal cli_*() functions in util.c
  • Don't expose cli_init() or cli_finit()
  • Get rid of unused globals
  • Don't set globals in commands themselves
  • Update README files
  • Fix stale comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/errstr.h

    rb510d52 re2ea8d7e  
    1414        "Bad command or file name",
    1515        "Entry already exists",
     16        "Object too large",
    1617        NULL
    1718};
    1819
     20static char *err2str(int);
     21
    1922#endif
    2023
Note: See TracChangeset for help on using the changeset viewer.