[BACK]Return to dd.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/dd.c between version 1.3 and 1.4

version 1.3, 1994/09/22 09:25:04 version 1.4, 1995/03/21 09:04:06
Line 1 
Line 1 
   /*      $NetBSD$        */
   
 /*-  /*-
  * Copyright (c) 1991, 1993, 1994   * Copyright (c) 1991, 1993, 1994
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 42  static char copyright[] =
Line 44  static char copyright[] =
 #endif /* not lint */  #endif /* not lint */
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)dd.c        8.5 (Berkeley) 4/2/94";*/  #if 0
 static char *rcsid = "$Id$";  static char sccsid[] = "@(#)dd.c        8.5 (Berkeley) 4/2/94";
   #else
   static char rcsid[] = "$NetBSD$";
   #endif
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/param.h>  #include <sys/param.h>

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

CVSweb <webmaster@jp.NetBSD.org>