bk: 3ea74e89hOnQXmV_-qgKBU_30KdZWg
#define TM_YEAR_BASE 1900
#define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0)
-extern time_t time();
+extern time_t time P((time_t *));
static int mon_lengths[2][MONSPERYEAR] = {
{ 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 },
if (inter_list[i].bfd != INVALID_SOCKET)
inter_list[i].flags |= INT_BCASTOPEN;
#ifdef DEBUG
- if (debug)
+ if (debug) {
if (inter_list[i].bfd != INVALID_SOCKET)
printf("io_setbclient: Opened broadcast client on interface %d, socket: %d\n",
i, inter_list[i].bfd);
else
printf("io_setbclient: Unable to Open broadcast client on interface %d\n",
i);
-
+ }
#endif
#endif
}