[BACK]Return to talk.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / talk

Diff for /src/usr.bin/talk/talk.c between version 1.7 and 1.8

version 1.7, 2003/06/10 22:20:53 version 1.8, 2004/03/02 21:04:42
Line 31 
Line 31 
  */   */
   
 #ifndef lint  #ifndef lint
 static char copyright[] =  static const char copyright[] =
 "@(#) Copyright (c) 1983, 1993\n\  "@(#) Copyright (c) 1983, 1993\n\
         The Regents of the University of California.  All rights reserved.\n";          The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */  #endif /* not lint */
Line 40 
Line 40 
 #if 0  #if 0
 static char sccsid[] = "@(#)talk.c      8.1 (Berkeley) 6/6/93";  static char sccsid[] = "@(#)talk.c      8.1 (Berkeley) 6/6/93";
 #endif  #endif
 static char rcsid[] = "$OpenBSD$";  static const char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include "talk.h"  #include "talk.h"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8