=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/look_up.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/talk/look_up.c 1998/04/28 22:13:29 1.4 --- src/usr.bin/talk/look_up.c 1998/08/18 04:02:18 1.5 *************** *** 1,4 **** ! /* $OpenBSD: look_up.c,v 1.4 1998/04/28 22:13:29 pjanzen Exp $ */ /* $NetBSD: look_up.c,v 1.3 1994/12/09 02:14:21 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: look_up.c,v 1.5 1998/08/18 04:02:18 millert Exp $ */ /* $NetBSD: look_up.c,v 1.3 1994/12/09 02:14:21 jtc Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: look_up.c,v 1.4 1998/04/28 22:13:29 pjanzen Exp $"; #endif /* not lint */ #include "talk.h" --- 38,44 ---- #if 0 static char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: look_up.c,v 1.5 1998/08/18 04:02:18 millert Exp $"; #endif /* not lint */ #include "talk.h" *************** *** 66,73 **** if (!look_for_invite(&response)) return (0); /* ! * There was an invitation waiting for us, ! * so connect with the other (hopefully waiting) party */ current_state = "Waiting to connect with caller"; do { --- 66,73 ---- if (!look_for_invite(&response)) return (0); /* ! * There was an invitation waiting for us, ! * so connect with the other (hopefully waiting) party */ current_state = "Waiting to connect with caller"; do { *************** *** 81,87 **** if (errno == ECONNREFUSED) { /* * The caller gave up, but his invitation somehow ! * was not cleared. Clear it and initiate an * invitation. (We know there are no newer invitations, * the talkd works LIFO.) */ --- 81,87 ---- if (errno == ECONNREFUSED) { /* * The caller gave up, but his invitation somehow ! * was not cleared. Clear it and initiate an * invitation. (We know there are no newer invitations, * the talkd works LIFO.) */