From 18b4cf7f89ec3deaa0a9478044da05b082c7e6e1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Oct 2010 00:59:56 +0000 Subject: *** empty log message *** --- ev_port.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ev_port.c') diff --git a/ev_port.c b/ev_port.c index a482ce6..801de15 100644 --- a/ev_port.c +++ b/ev_port.c @@ -1,7 +1,7 @@ /* * libev solaris event port backend * - * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann + * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- @@ -111,7 +111,7 @@ port_poll (EV_P_ ev_tstamp timeout) | (port_events [i].portev_events & (POLLIN | POLLERR | POLLHUP) ? EV_READ : 0) ); - port_associate_and_check (EV_A_ fd, anfds [fd].events); + fd_change (EV_A_ fd, EV__IOFDSET); } } -- cgit v1.2.3