=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/get_names.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/talk/get_names.c 2003/06/03 02:56:17 1.12 --- src/usr.bin/talk/get_names.c 2003/07/10 00:06:51 1.13 *************** *** 1,4 **** ! /* $OpenBSD: get_names.c,v 1.12 2003/06/03 02:56:17 millert Exp $ */ /* $NetBSD: get_names.c,v 1.4 1994/12/09 02:14:16 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: get_names.c,v 1.13 2003/07/10 00:06:51 david Exp $ */ /* $NetBSD: get_names.c,v 1.4 1994/12/09 02:14:16 jtc Exp $ */ /* *************** *** 34,45 **** #if 0 static char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: get_names.c,v 1.12 2003/06/03 02:56:17 millert Exp $"; #endif /* not lint */ #include "talk.h" #include #include #include extern CTL_MSG msg; --- 34,46 ---- #if 0 static char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: get_names.c,v 1.13 2003/07/10 00:06:51 david Exp $"; #endif /* not lint */ #include "talk.h" #include #include + #include #include extern CTL_MSG msg;