[libdispatch-changes] [168] trunk/src/source_kevent.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 17 09:18:15 PST 2009


Revision: 168
          http://trac.macosforge.org/projects/libdispatch/changeset/168
Author:   robert at fledge.watson.org
Date:     2009-11-17 09:18:15 -0800 (Tue, 17 Nov 2009)
Log Message:
-----------
Fix spelling of _evfilt2 for EVFILT_LIO.

Modified Paths:
--------------
    trunk/src/source_kevent.c

Modified: trunk/src/source_kevent.c
===================================================================
--- trunk/src/source_kevent.c	2009-11-17 17:16:44 UTC (rev 167)
+++ trunk/src/source_kevent.c	2009-11-17 17:18:15 UTC (rev 168)
@@ -102,7 +102,7 @@
 	_evfilt2(EVFILT_SESSION);
 #endif
 #if HAVE_DECL_EVFILT_LIO
-	_evilt2(EVFILT_LIO);
+	_evfilt2(EVFILT_LIO);
 #endif
 
 	_evfilt2(DISPATCH_EVFILT_TIMER);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091117/b371c8db/attachment.html>


More information about the libdispatch-changes mailing list