Changeset 7354b5e in mainline for uspace/srv
- Timestamp:
- 2017-06-10T10:06:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63e27ef
- Parents:
- e299dbe
- Location:
- uspace/srv
- Files:
-
- 4 edited
-
bd/file_bd/file_bd.c (modified) (1 diff)
-
hid/input/ctl/kbdev.c (modified) (1 diff)
-
hid/input/proto/mousedev.c (modified) (1 diff)
-
taskmon/taskmon.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/file_bd/file_bd.c
re299dbe r7354b5e 47 47 #include <stddef.h> 48 48 #include <stdint.h> 49 #include <sys/typefmt.h>50 49 #include <errno.h> 51 50 #include <stdbool.h> -
uspace/srv/hid/input/ctl/kbdev.c
re299dbe r7354b5e 45 45 #include <stdlib.h> 46 46 #include <vfs/vfs_sess.h> 47 #include <sys/typefmt.h>48 47 #include "../gsp.h" 49 48 #include "../input.h" -
uspace/srv/hid/input/proto/mousedev.c
re299dbe r7354b5e 43 43 #include <ipc/mouseev.h> 44 44 #include <loc.h> 45 #include <sys/typefmt.h>46 45 #include "../mouse.h" 47 46 #include "../mouse_port.h" -
uspace/srv/taskmon/taskmon.c
re299dbe r7354b5e 38 38 #include <async.h> 39 39 #include <ipc/services.h> 40 #include <sys/typefmt.h>41 40 #include <task.h> 42 41 #include <ipc/corecfg.h>
Note:
See TracChangeset
for help on using the changeset viewer.
