[BACK]Return to mkpath.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / patch

Diff for /src/usr.bin/patch/mkpath.c between version 1.2 and 1.3

version 1.2, 2005/06/20 07:14:06 version 1.3, 2013/11/12 13:51:42
Line 34 
Line 34 
 #include <errno.h>  #include <errno.h>
 #include <string.h>  #include <string.h>
   
   #include "common.h"
   #include "util.h"
   
 /* Code taken directly from mkdir(1).  /* Code taken directly from mkdir(1).
   
  * mkpath -- create directories.   * mkpath -- create directories.

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