Changeset b14d9f9 in mainline for uspace/lib/c/generic/str_error.c


Ignore:
Timestamp:
2017-05-05T17:37:36Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
951f6b9e
Parents:
75b24cd
Message:

Mount should be able to print the list of available file system types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/str_error.c

    r75b24cd rb14d9f9  
    7272        // FIXME: integrate these as first-class error values
    7373        switch (e) {
     74                case ENOFS:
     75                        return "No such file system type";
    7476                case EBADCHECKSUM:
    7577                        return "Bad checksum";
Note: See TracChangeset for help on using the changeset viewer.