rb_setup_fd_ports(): use correct prototype.

This commit is contained in:
William Pitcock 2008-08-01 17:00:00 -05:00
parent 61e3099998
commit 1f025cc3bf
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static port_event_t *pelst; /* port buffer */
static int pemax; /* max structs to buffer */
int
rb_setup_fd_ports(int fd)
rb_setup_fd_ports(rb_fde_t *F)
{
return 0;
}