Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4718 → Rev 4581

/branches/network/uspace/srv/bd/file_bd/file_bd.c
49,7 → 49,6
#include <sys/types.h>
#include <errno.h>
#include <bool.h>
#include <task.h>
 
#define NAME "file_bd"
 
87,7 → 86,6
}
 
printf(NAME ": Accepting connections\n");
task_retval(0);
async_manager();
 
/* Not reached */