=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/talk.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/talk/talk.c 2003/06/10 22:20:53 1.7 +++ src/usr.bin/talk/talk.c 2004/03/02 21:04:42 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: talk.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $ */ +/* $OpenBSD: talk.c,v 1.8 2004/03/02 21:04:42 tedu Exp $ */ /* $NetBSD: talk.c,v 1.3 1994/12/09 02:14:25 jtc Exp $ */ /* @@ -31,7 +31,7 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: talk.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: talk.c,v 1.8 2004/03/02 21:04:42 tedu Exp $"; #endif /* not lint */ #include "talk.h"