=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/ctl.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/talk/ctl.c 2009/10/27 23:59:44 1.11 --- src/usr.bin/talk/ctl.c 2010/08/12 23:31:29 1.12 *************** *** 1,4 **** ! /* $OpenBSD: ctl.c,v 1.11 2009/10/27 23:59:44 deraadt Exp $ */ /* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ctl.c,v 1.12 2010/08/12 23:31:29 tedu Exp $ */ /* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */ /* *************** *** 52,58 **** int ctl_sockt; int sockt; ! int invitation_waiting = 0; CTL_MSG msg; --- 52,58 ---- int ctl_sockt; int sockt; ! int invitation_waiting; CTL_MSG msg;