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

Diff for /src/usr.bin/cvs/log.c between version 1.29 and 1.30

version 1.29, 2006/01/02 08:11:56 version 1.30, 2006/01/02 17:06:10
Line 79 
Line 79 
  * cvs_log_init()   * cvs_log_init()
  *   *
  * Initialize the logging facility of the server.   * Initialize the logging facility of the server.
  * Returns 0 on success, or -1 on failure.  
  */   */
 int  void
 cvs_log_init(u_int dest, u_int flags)  cvs_log_init(u_int dest, u_int flags)
 {  {
         int slopt;          int slopt;
Line 107 
Line 106 
   
                 openlog_r(__progname, slopt, LOG_DAEMON, &cvs_sl);                  openlog_r(__progname, slopt, LOG_DAEMON, &cvs_sl);
         }          }
   
         return (0);  
 }  }
   
   

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30