Changes in uspace/srv/fs/tmpfs/tmpfs_ops.c [feeac0d:61042de] in mainline
- File:
-
- 1 edited
-
uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
rfeeac0d r61042de 54 54 #include <libfs.h> 55 55 56 #define min(a, b) ((a) < (b) ? (a) : (b))57 #define max(a, b) ((a) > (b) ? (a) : (b))58 59 56 /** All root nodes have index 0. */ 60 57 #define TMPFS_SOME_ROOT 0
Note:
See TracChangeset
for help on using the changeset viewer.
