[BACK]Return to pi.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / error

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

Diff for /src/usr.bin/error/pi.c between version 1.2 and 1.3

version 1.2, 1993/08/01 18:16:42 version 1.3, 1995/09/02 06:15:44
Line 1 
Line 1 
   /*      $NetBSD$        */
   
 /*  /*
  * Copyright (c) 1980 Regents of the University of California.   * Copyright (c) 1980, 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: @(#)pi.c        5.5 (Berkeley) 2/26/91";*/  #if 0
 static char rcsid[] = "$Id$";  static char sccsid[] = "@(#)pi.c        8.1 (Berkeley) 6/6/93";
   #endif
   static char rcsid[] = "$NetBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <stdio.h>  #include <stdio.h>

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

CVSweb <webmaster@jp.NetBSD.org>