Changeset 4cac2d69 in mainline for uspace/srv/fs/devfs/devfs_ops.c


Ignore:
Timestamp:
2010-02-04T17:01:07Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d42976c
Parents:
b1d3c36
Message:

fix futile typedef to a working one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/devfs/devfs_ops.c

    rb1d3c36 r4cac2d69  
    419419       
    420420        /* Accept the mount options */
    421         ipcarg_t retval = async_data_write_accept((char **) &opts, true, 0, 0,
     421        ipcarg_t retval = async_data_write_accept((void **) &opts, true, 0, 0,
    422422            0, NULL);
    423423        if (retval != EOK) {
Note: See TracChangeset for help on using the changeset viewer.