Changeset 2874547 in mainline for uspace/srv/fs/minixfs/mfs_ops.c


Ignore:
Timestamp:
2011-04-29T20:45:59Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a49fed
Parents:
30c4005
Message:

Fix compile time errors (malloc.h has been added)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_ops.c

    r30c4005 r2874547  
    3131 */
    3232
    33 #include <stdio.h>
    3433#include <stdlib.h>
    35 #include <assert.h>
    3634#include <fibril_synch.h>
    37 #include <errno.h>
    3835#include <align.h>
    3936#include "mfs.h"
Note: See TracChangeset for help on using the changeset viewer.