[BACK]Return to conv.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.c between version 1.15 and 1.16

version 1.15, 2003/08/04 22:31:23 version 1.16, 2003/08/05 14:55:03
Line 51  __RCSID("$NetBSD$");
Line 51  __RCSID("$NetBSD$");
   
 #include <err.h>  #include <err.h>
 #include <string.h>  #include <string.h>
   #include <stdlib.h>
   
 #include "dd.h"  #include "dd.h"
 #include "extern.h"  #include "extern.h"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>