Changeset 86d0b4b3 in mainline for uspace/srv/fs/minixfs
- Timestamp:
- 2011-03-06T12:12:13Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68ed0fb
- Parents:
- 5a81c5b
- Location:
- uspace/srv/fs/minixfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/Makefile
r5a81c5b r86d0b4b3 30 30 USPACE_PREFIX = ../../.. 31 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBFS_PREFIX)/libfs.a 32 EXTRA_CFLAGS += -I$(LIBBLOCK_PREFIX) -I$(LIBFS_PREFIX) 32 EXTRA_CFLAGS += -I$(LIBBLOCK_PREFIX) -I$(LIBFS_PREFIX) -I$(LIBMINIX_PREFIX) 33 33 BINARY = mfs 34 34 -
uspace/srv/fs/minixfs/mfs.h
r5a81c5b r86d0b4b3 34 34 #define _MFS_H_ 35 35 36 #include < fs/minix.h>36 #include <minix.h> 37 37 #include "../../vfs/vfs.h" 38 38
Note:
See TracChangeset
for help on using the changeset viewer.
