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

Diff for /src/usr.bin/rdist/expand.c between version 1.14 and 1.15

version 1.14, 2014/07/05 06:45:00 version 1.15, 2015/01/20 09:00:16
Line 30 
Line 30 
  */   */
   
 #include <dirent.h>  #include <dirent.h>
   #include <errno.h>
   #include <fcntl.h>
   #include <stdlib.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "defs.h"  #include "client.h"
   
 #define MAXEARGS        2048  #define MAXEARGS        2048
 #define LC              '{'  #define LC              '{'
Line 177 
Line 182 
         u_char ebuf[BUFSIZ];          u_char ebuf[BUFSIZ];
         u_char varbuff[BUFSIZ];          u_char varbuff[BUFSIZ];
         int savec, oeargc;          int savec, oeargc;
         extern char *homedir;  
   
         if (s == NULL || *s == CNULL)          if (s == NULL || *s == CNULL)
                 return;                  return;

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