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

Diff for /src/usr.bin/rsync/mkpath.c between version 1.3 and 1.4

version 1.3, 2019/05/08 20:00:25 version 1.4, 2019/05/08 21:30:11
Line 42 
Line 42 
  *      path     - path   *      path     - path
  */   */
 int  int
 mkpath(struct sess *sess, char *path)  mkpath(char *path)
 {  {
         struct stat sb;          struct stat sb;
         char *slash;          char *slash;

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