Changeset 95bc57c in mainline for uspace/srv
- Timestamp:
- 2009-07-06T20:55:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1757ffce
- Parents:
- adb49f58
- Location:
- uspace/srv/bd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.c
radb49f58 r95bc57c 55 55 #include <errno.h> 56 56 #include <bool.h> 57 #include <task.h> 57 58 58 59 #include "ata_bd.h" … … 136 137 137 138 printf(NAME ": Accepting connections\n"); 139 task_retval(0); 138 140 async_manager(); 139 141 -
uspace/srv/bd/file_bd/file_bd.c
radb49f58 r95bc57c 50 50 #include <errno.h> 51 51 #include <bool.h> 52 #include <task.h> 52 53 53 54 #define NAME "file_bd" … … 87 88 88 89 printf(NAME ": Accepting connections\n"); 90 task_retval(0); 89 91 async_manager(); 90 92 -
uspace/srv/bd/gxe_bd/gxe_bd.c
radb49f58 r95bc57c 47 47 #include <sys/types.h> 48 48 #include <errno.h> 49 #include <task.h> 49 50 50 51 #define NAME "gxe_bd" … … 111 112 112 113 printf(NAME ": Accepting connections\n"); 114 task_retval(0); 113 115 async_manager(); 114 116
Note:
See TracChangeset
for help on using the changeset viewer.