Cleaned up gcc build on linux for whohas and i-have changes.

This commit is contained in:
skarg
2006-02-16 21:53:23 +00:00
parent 5fcf45a781
commit 44587d5b81
7 changed files with 19 additions and 15 deletions
-3
View File
@@ -135,13 +135,10 @@ int main(int argc, char *argv[])
BACNET_ADDRESS src = {0}; // address where message came from
uint16_t pdu_len = 0;
unsigned timeout = 100; // milliseconds
unsigned max_apdu = 0;
time_t elapsed_seconds = 0;
time_t last_seconds = 0;
time_t current_seconds = 0;
time_t timeout_seconds = 0;
uint8_t invoke_id = 0;
bool found = false;
#ifdef BIP_DEBUG
BACNET_ADDRESS my_address, broadcast_address;
#endif