Changeset 61042de in mainline for uspace/srv/fs/mfs/mfs.h


Ignore:
Timestamp:
2017-03-18T20:58:08Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61600e7
Parents:
b7f69f2
Message:

Cstyle and clutter removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs.h

    rb7f69f2 r61042de  
    4545#include <assert.h>
    4646#include <stdbool.h>
     47#include <macros.h>
    4748#include "../../vfs/vfs.h"
    4849
     
    5051
    5152/* #define DEBUG_MODE */
    52 
    53 #define min(a, b)       ((a) < (b) ? (a) : (b))
    5453
    5554#ifdef DEBUG_MODE
Note: See TracChangeset for help on using the changeset viewer.