Changeset c61d34b in mainline for uspace/srv/vfs/vfs_ops.c


Ignore:
Timestamp:
2008-10-09T19:26:58Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
756f475
Parents:
06d6505
Message:

Fix assorted warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_ops.c

    r06d6505 rc61d34b  
    154154        }
    155155        /* Allocate buffer for the mount point data being received. */
    156         uint8_t *buf;
     156        char *buf;
    157157        buf = malloc(size + 1);
    158158        if (!buf) {
Note: See TracChangeset for help on using the changeset viewer.