Changeset 1e4cada in mainline for uspace/srv/vfs
- Timestamp:
- 2009-12-09T17:23:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 387416b, 8aa42e3
- Parents:
- fb623e2
- Location:
- uspace/srv/vfs
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
rfb623e2 r1e4cada 36 36 #include <ipc/ipc.h> 37 37 #include <adt/list.h> 38 #include <fibril_sync .h>38 #include <fibril_synch.h> 39 39 #include <sys/types.h> 40 40 #include <devmap.h> -
uspace/srv/vfs/vfs_file.c
rfb623e2 r1e4cada 42 42 #include <bool.h> 43 43 #include <fibril.h> 44 #include <fibril_sync .h>44 #include <fibril_synch.h> 45 45 #include "vfs.h" 46 46 -
uspace/srv/vfs/vfs_lookup.c
rfb623e2 r1e4cada 43 43 #include <stdarg.h> 44 44 #include <bool.h> 45 #include <fibril_sync .h>45 #include <fibril_synch.h> 46 46 #include <adt/list.h> 47 47 #include <vfs/canonify.h> -
uspace/srv/vfs/vfs_node.c
rfb623e2 r1e4cada 39 39 #include <stdlib.h> 40 40 #include <string.h> 41 #include <fibril_sync .h>41 #include <fibril_synch.h> 42 42 #include <adt/hash_table.h> 43 43 #include <assert.h> -
uspace/srv/vfs/vfs_ops.c
rfb623e2 r1e4cada 44 44 #include <string.h> 45 45 #include <bool.h> 46 #include <fibril_sync .h>46 #include <fibril_synch.h> 47 47 #include <adt/list.h> 48 48 #include <unistd.h> -
uspace/srv/vfs/vfs_register.c
rfb623e2 r1e4cada 46 46 #include <ctype.h> 47 47 #include <bool.h> 48 #include <fibril_sync .h>48 #include <fibril_synch.h> 49 49 #include <adt/list.h> 50 50 #include <as.h>
Note:
See TracChangeset
for help on using the changeset viewer.