2009-02-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Fixed #define guard for EpollEventPoll
	* src/EpollEventPoll.h
pull/1/head
Tatsuhiro Tsujikawa 2009-02-10 17:00:43 +00:00
parent d63308afc5
commit 4570a4242e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-02-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed #define guard for EpollEventPoll
* src/EpollEventPoll.h
2009-02-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Wait 2 seconds. 1 second is sometimes not enough.

View File

@ -33,7 +33,7 @@
*/
/* copyright --> */
#ifndef _D_EPOLL_EVENT_POLL_H_
#define _D_EPLLL_EVENT_POLL_H_
#define _D_EPOLL_EVENT_POLL_H_
#include "EventPoll.h"
@ -242,4 +242,4 @@ public:
} // namespace aria2
#endif // _D_EVENT_POLL_H_
#endif // _D_EPOLL_EVENT_POLL_H_