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

Diff for /src/usr.bin/rsync/mktemp.c between version 1.9 and 1.10

version 1.9, 2019/05/08 20:00:25 version 1.10, 2019/05/08 21:30:11
Line 283 
Line 283 
  * (excluding the final '\0').   * (excluding the final '\0').
  */   */
 int  int
 mktemplate(struct sess *sess, char **ret, const char *path, int recursive)  mktemplate(char **ret, const char *path, int recursive)
 {  {
         int              n, dirlen;          int              n, dirlen;
         const char      *cp;          const char      *cp;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10