--- embedtools/src/cfexec.c 2013/01/18 12:58:13 1.4 +++ embedtools/src/cfexec.c 2013/07/19 01:08:43 1.4.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: cfexec.c,v 1.4 2013/01/18 12:58:13 misho Exp $ + * $Id: cfexec.c,v 1.4.2.1 2013/07/19 01:08:43 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -135,7 +135,7 @@ mkevent(struct kevent *chg, struct kevent *evt) memset(evt, 0, sizeof(struct kevent)); EV_SET(chg, f, EVFILT_VNODE, EV_ADD, NOTE_DELETE | NOTE_RENAME | NOTE_REVOKE, - 0, (intptr_t) NULL); + 0, NULL); } return f;