This commit is contained in:
Jeff Hill
2001-03-07 16:31:46 +00:00
parent 952a1ce32e
commit 7cac5852ef
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void tcpSendWatchdog::expire ()
char hostName[128];
this->iiu.hostName ( hostName, sizeof (hostName) );
ca_printf ( "Request not accepted by CA server %s for %g sec. Disconnecting.\n",
hostName, this->period);
hostName, this->period );
this->iiu.forcedShutdown ();
}
+4 -4
View File
@@ -14,7 +14,7 @@
*
*/
#ifndef _UCX_H_
#define _UCX_H_
# define _UCX_H_
#ifdef UCX
#define IFF_UP 0x1 /* interface is up */
@@ -62,17 +62,17 @@ struct ifconf {
};
#ifndef NBBY
#define NBBY 8
# define NBBY 8
#endif
#ifndef FD_SETSIZE
#define FD_SETSIZE 256
# define FD_SETSIZE 256
#endif
typedef long fd_mask ;
#define NFDBITS (sizeof (fd_mask) * NBBY ) /* bits per mask */
#ifndef howmany
#define howmany(x, y) (((x)+((y)-1))/(y))
# define howmany(x, y) (((x)+((y)-1))/(y))
#endif
/*