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

Diff for /src/usr.bin/rdist/common.c between version 1.31 and 1.32

version 1.31, 2014/07/10 14:29:03 version 1.32, 2014/07/12 03:25:03
Line 109 
Line 109 
         for (i = 0; i < argc; i++)          for (i = 0; i < argc; i++)
                 realargv[i] = xstrdup(argv[i]);                  realargv[i] = xstrdup(argv[i]);
   
 #if     defined(SETARGS)  
         setargs_settup(argc, argv, envp);  
 #endif  /* SETARGS */  
   
         pw = getpwuid(userid = getuid());          pw = getpwuid(userid = getuid());
         if (pw == NULL) {          if (pw == NULL) {
                 error("Your user id (%u) is not known to this system.",                  error("Your user id (%u) is not known to this system.",

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32