Changeset 95bc57c in mainline for uspace/srv/bd/file_bd/file_bd.c
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.