=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/ctl.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/talk/ctl.c 1998/04/28 22:13:20 1.3 --- src/usr.bin/talk/ctl.c 1998/08/18 04:02:09 1.4 *************** *** 1,4 **** ! /* $OpenBSD: ctl.c,v 1.3 1998/04/28 22:13:20 pjanzen Exp $ */ /* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ctl.c,v 1.4 1998/08/18 04:02:09 millert Exp $ */ /* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: ctl.c,v 1.3 1998/04/28 22:13:20 pjanzen Exp $"; #endif /* not lint */ /* --- 38,44 ---- #if 0 static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: ctl.c,v 1.4 1998/08/18 04:02:09 millert Exp $"; #endif /* not lint */ /* *************** *** 86,92 **** /* open the ctl socket */ void ! open_ctl() { int length; --- 86,92 ---- /* open the ctl socket */ void ! open_ctl() { int length;