[BACK]Return to os-openbsd.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/Attic/os-openbsd.h between version 1.7 and 1.8

version 1.7, 1997/07/22 04:34:28 version 1.8, 1997/07/22 04:42:06
Line 154 
Line 154 
 #define NEED_STRING_H                   /* Need <string.h> */  #define NEED_STRING_H                   /* Need <string.h> */
   
 /*  /*
    * We have <paths.h>
    */
   #define PATHS_H <paths.h>
   
   /*
  * Path to the remote shell command.   * Path to the remote shell command.
  * Define this only if the pathname is different than   * May be overridden via the environment variable RSH.
  * that which appears in "include/paths.h".  
  */   */
 /* Set the environment variable RSH to override this */  #define _PATH_REMSH             _PATH_RSH               /**/
 #define _PATH_RSH       "/usr/bin/rsh"                  /**/  

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8