Changeset 4791e3c in mainline
- Timestamp:
- 2010-12-26T18:34:43Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6681222
- Parents:
- 8cd21d16
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r8cd21d16 r4791e3c 50 50 #include <ipc/ipc.h> 51 51 #include <async.h> 52 #include <async_sess.h>53 52 #include <as.h> 54 53 #include <loader/pcb.h> -
uspace/srv/vfs/vfs_register.c
r8cd21d16 r4791e3c 39 39 #include <ipc/services.h> 40 40 #include <async.h> 41 #include <async_sess.h>42 41 #include <fibril.h> 43 42 #include <fibril_synch.h>
Note:
See TracChangeset
for help on using the changeset viewer.