Changeset 1558d85 in mainline for uspace/srv
- Timestamp:
- 2016-03-29T19:36:43Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 83e69b9
- Parents:
- 4c5deac
- git-author:
- Manuele Conti <conti.manuele@…> (2016-03-29 19:36:43)
- git-committer:
- Jakub Jermar <jakub@…> (2016-03-29 19:36:43)
- Location:
- uspace/srv
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/rd/rd.c
r4c5deac r1558d85 49 49 #include <errno.h> 50 50 #include <async.h> 51 #include <align.h>52 #include <async.h>53 51 #include <fibril_synch.h> 54 52 #include <stdio.h> -
uspace/srv/fs/fat/fat_ops.c
r4c5deac r1558d85 57 57 #include <align.h> 58 58 #include <malloc.h> 59 #include <str.h>60 59 61 60 #define FAT_NODE(node) ((node) ? (fat_node_t *) (node)->data : NULL) -
uspace/srv/fs/locfs/locfs_ops.c
r4c5deac r1558d85 46 46 #include <ipc/loc.h> 47 47 #include <sys/stat.h> 48 #include <libfs.h>49 48 #include <assert.h> 50 49 #include "locfs.h" -
uspace/srv/hid/input/input.c
r4c5deac r1558d85 46 46 #include <unistd.h> 47 47 #include <stdlib.h> 48 #include <stdio.h>49 48 #include <ns.h> 50 49 #include <async.h> -
uspace/srv/hw/irc/i8259/i8259.c
r4c5deac r1558d85 45 45 #include <stdbool.h> 46 46 #include <errno.h> 47 #include <async.h>48 #include <align.h>49 47 #include <async.h> 50 48 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.