--- embedtools/src/cfexec.c 2012/07/22 22:54:53 1.3.2.1 +++ 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.3.2.1 2012/07/22 22:54:53 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;