Difference for server/init.c from version 1.77 to 1.78


version 1.77 version 1.78
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.77 2006/05/05 09:26:35 ryo_saeba Exp $";   *   "$Id: init.c,v 1.78 2006/06/01 18:59:14 tchize Exp $";
  */   */
   
 /*  /*
Line 873
 
Line 873
  * at compile time.   * at compile time.
  */   */
   
 void compile_info(void) {  static void compile_info(void) {
   int i=0;    int i=0;
   printf("Non-standard include files:\n");    printf("Non-standard include files:\n");
 #if !defined (__STRICT_ANSI__) || defined (__sun__)  #if !defined (__STRICT_ANSI__) || defined (__sun__)


Legend:
line(s) removed in v.1.77 
line(s) changed
 line(s) added in v.1.78

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