Changeset 62140db in mainline for uspace/lib/libc/generic/devmap.c


Ignore:
Timestamp:
2009-06-16T21:53:42Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61d2315
Parents:
0471786
Message:

Fix assorted warnings and tiny glitches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/devmap.c

    r0471786 r62140db  
    194194        if (retval != EOK) {
    195195                if (handle != NULL)
    196                         *handle = -1;
     196                        *handle = (dev_handle_t) -1;
    197197                return retval;
    198198        }
Note: See TracChangeset for help on using the changeset viewer.