--- netkit-base-0.10/inetd/inetd.c~ Sat Jul 25 14:51:44 1998 +++ netkit-base-0.10/inetd/inetd.c Sat Jul 25 15:19:51 1998 @@ -554,6 +552,7 @@ #endif dup2(ctrl, 0); close(ctrl); + virtual_doit(0); dup2(0, 1); dup2(0, 2); #ifdef RLIMIT_NOFILE --- netkit-base-0.10/inetd/Makefile~ Sun Jun 8 22:42:39 1997 +++ netkit-base-0.10/inetd/Makefile Sat Jul 25 14:52:03 1998 @@ -4,7 +4,7 @@ include ../MRULES inetd: inetd.o daemon.o - $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ + $(CC) $(LDFLAGS) $^ $(LIBS) -lvirtual -o $@ inetd.o daemon.o: pathnames.h inetd.h