[BACK]Return to prdata.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / hangman

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/hangman/prdata.c between version 1.2 and 1.3

version 1.2, 1993/08/01 18:54:23 version 1.3, 1995/03/23 08:32:54
Line 1 
Line 1 
   /*      $NetBSD$        */
   
 /*-  /*-
  * Copyright (c) 1983 The Regents of the University of California.   * Copyright (c) 1983, 1993
  * All rights reserved.   *      The Regents of the University of California.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 32 
Line 34 
  */   */
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)prdata.c    5.3 (Berkeley) 4/8/91";*/  #if 0
 static char rcsid[] = "$Id$";  static char sccsid[] = "@(#)prdata.c    8.1 (Berkeley) 5/31/93";
   #else
   static char rcsid[] = "$NetBSD$";
   #endif
 #endif /* not lint */  #endif /* not lint */
   
 # include       "hangman.h"  # include       "hangman.h"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>