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

Diff for /src/usr.bin/rdist/config.h between version 1.4 and 1.5

version 1.4, 1996/06/26 05:38:10 version 1.5, 1996/07/25 05:31:01
Line 125 
Line 125 
 #define SL_NOTICE       LOG_NOTICE              /* General notices */  #define SL_NOTICE       LOG_NOTICE              /* General notices */
 #define SL_DEBUG        LOG_DEBUG               /* Debugging */  #define SL_DEBUG        LOG_DEBUG               /* Debugging */
   
   /*
    * Arg types to select(2)
    */
   #ifndef SELECT_FD_TYPE
   #define SELECT_FD_TYPE  fd_set
   #endif
   
 #endif  /* __config_h__ */  #endif  /* __config_h__ */

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