cvs commit: src/include resolv.h
    Yar Tikhiy 
    yar at FreeBSD.org
       
    Thu Sep  9 10:39:47 PDT 2004
    
    
  
yar         2004-09-09 17:39:47 UTC
  FreeBSD src repository
  Modified files:
    include              resolv.h 
  Log:
  Add the macro RES_DFLRETRY long-promised by resolver(5).
  It specifies the default number of retries per a name server.
  This makes the code consistent with the manpage and allows to
  kill another constant in res_init.c that should have been a
  #define'd parameter.  (This appears to be a case when the manpage
  was better than the code, so the latter was to be fixed.)
  
  PR:     bin/62139 (in the audit trail)
  
  Revision  Changes    Path
  1.26      +1 -0      src/include/resolv.h
    
    
More information about the cvs-all
mailing list