Difference for server/init.c from version 1.55 to 1.56


version 1.55 version 1.56
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.55 2004/05/08 13:38:05 ryo_saeba Exp $";   *   "$Id: init.c,v 1.56 2005/03/06 20:38:54 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 861
 
Line 861
   exit(0);    exit(0);
 #else  #else
   execl("/bin/uname", "uname", "-a", NULL);    execl("/bin/uname", "uname", "-a", NULL);
   LOG(llevError, "Opps, should't have gotten here.");    LOG(llevError, "Oops, should't have gotten here.\n");
   perror("execl");    perror("execl");
   exit(-1);    exit(-1);
 #endif  #endif


Legend:
line(s) removed in v.1.55 
line(s) changed
 line(s) added in v.1.56

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:34