Difference for socket/metaserver.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_metaserver_c =   * static char *rcsid_metaserver_c =
  *    "$Id: metaserver.c,v 1.1 2000/11/14 07:35:06 cvs Exp $";   *    "$Id: metaserver.c,v 1.2 2000/11/17 05:07:45 cvs Exp $";
  */   */
   
 /*  /*
Line 35
 
Line 35
 #include <version.h>  #include <version.h>
 #include <patchlevel.h>  #include <patchlevel.h>
   
   #ifndef MSG_DONTWAIT
   #define MSG_DONTWAIT O_NONBLOCK
   #endif
   
 static int metafd=-1;  static int metafd=-1;
 static struct sockaddr_in sock;  static struct sockaddr_in sock;
   


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:36