--- cvsroot/EV/EV.xs 2007/11/03 09:19:58 1.45 +++ cvsroot/EV/EV.xs 2007/11/03 10:37:28 1.46 @@ -421,7 +421,7 @@ ALIAS: check_ns = 1 CODE: - RETVAL = e_new (sizeof (struct ev_check), cb); + RETVAL = e_new (sizeof (struct ev_child), cb); ev_child_set (RETVAL, pid); if (!ix) ev_child_start (RETVAL); OUTPUT: