Changeset 4cac2d69 in mainline for uspace/srv/fs/tmpfs/tmpfs_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/tmpfs/tmpfs_ops.c

    rb1d3c36 r4cac2d69  
    442442        /* Accept the mount options */
    443443        char *opts;
    444         int rc = async_data_write_accept((char **) &opts, true, 0, 0, 0, NULL);
     444        int rc = async_data_write_accept((void **) &opts, true, 0, 0, 0, NULL);
    445445       
    446446        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.