Revision: 33 http://trac.macosforge.org/projects/libdispatch/changeset/33 Author: robert@fledge.watson.org Date: 2009-09-15 15:08:17 -0700 (Tue, 15 Sep 2009) Log Message: ----------- Remove EV_TRIGGER use by libdispatch; this interface was deprecated in favour of NOTE_TRIGGER, and does not exist on FreeBSD. Discussed with: Kevin Van Vechten, Stacey Son Modified Paths: -------------- trunk/src/queue.c Modified: trunk/src/queue.c =================================================================== --- trunk/src/queue.c 2009-09-15 09:53:59 UTC (rev 32) +++ trunk/src/queue.c 2009-09-15 22:08:17 UTC (rev 33) @@ -1982,9 +1982,6 @@ static const struct kevent kev = { .ident = 1, .filter = EVFILT_USER, -#ifdef EV_TRIGGER - .flags = EV_TRIGGER, -#endif #ifdef NOTE_TRIGGER .fflags = NOTE_TRIGGER, #endif