version 1.1 | version 1.2 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* 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 $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
#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:
|