[BACK]Return to conv_tab.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / dd

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

Diff for /src/bin/dd/conv_tab.c between version 1.3 and 1.4

version 1.3, 1994/09/22 09:24:59 version 1.4, 1995/03/21 09:04:03
Line 1 
Line 1 
   /*      $NetBSD$        */
   
 /*-  /*-
  * Copyright (c) 1991, 1993   * Copyright (c) 1991, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 36 
Line 38 
  */   */
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)conv_tab.c  8.1 (Berkeley) 5/31/93";*/  #if 0
 static char *rcsid = "$Id$";  static char sccsid[] = "@(#)conv_tab.c  8.1 (Berkeley) 5/31/93";
   #else
   static char rcsid[] = "$NetBSD$";
   #endif
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/types.h>  #include <sys/types.h>

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

CVSweb <webmaster@jp.NetBSD.org>