Fix warning and return an error code

This commit is contained in:
Holger Freyther 2008-12-27 09:39:48 +00:00
parent facfce925f
commit 059c254487
1 changed files with 2 additions and 0 deletions

View File

@ -249,11 +249,13 @@ static int handle_ts1_write(struct bsc_fd *bfd)
static int handle_tsX_read(struct bsc_fd *bfd)
{
/* FIXME: read from a B channel TS */
return -1;
}
static int handle_tsX_write(struct bsc_fd *bfd)
{
/* FIXME: write to a B channel TS */
return -1;
}
/* callback from select.c in case one of the fd's can be read/written */