Changeset 3e6a98c5 in mainline for uspace/srv/vfs
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/srv/vfs
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
re80d8f8 r3e6a98c5 44 44 #include <errno.h> 45 45 #include <stdio.h> 46 #include < bool.h>46 #include <stdbool.h> 47 47 #include <str.h> 48 48 #include <as.h> -
uspace/srv/vfs/vfs.h
re80d8f8 r3e6a98c5 40 40 #include <sys/types.h> 41 41 #include <loc.h> 42 #include < bool.h>42 #include <stdbool.h> 43 43 #include <ipc/vfs.h> 44 44 #include <task.h> -
uspace/srv/vfs/vfs_file.c
re80d8f8 r3e6a98c5 40 40 #include <str.h> 41 41 #include <assert.h> 42 #include < bool.h>42 #include <stdbool.h> 43 43 #include <fibril.h> 44 44 #include <fibril_synch.h> -
uspace/srv/vfs/vfs_lookup.c
re80d8f8 r3e6a98c5 42 42 #include <str.h> 43 43 #include <stdarg.h> 44 #include < bool.h>44 #include <stdbool.h> 45 45 #include <fibril_synch.h> 46 46 #include <adt/list.h> -
uspace/srv/vfs/vfs_ops.c
re80d8f8 r3e6a98c5 44 44 #include <stdlib.h> 45 45 #include <str.h> 46 #include < bool.h>46 #include <stdbool.h> 47 47 #include <fibril_synch.h> 48 48 #include <adt/list.h> -
uspace/srv/vfs/vfs_register.c
re80d8f8 r3e6a98c5 45 45 #include <str.h> 46 46 #include <ctype.h> 47 #include < bool.h>47 #include <stdbool.h> 48 48 #include <adt/list.h> 49 49 #include <as.h>
Note:
See TracChangeset
for help on using the changeset viewer.