From e86256ca088e65c08a6af4861bd1bcae27b545b4 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 4 Dec 2010 03:20:09 +0000 Subject: (Dumb preprocessor tricks)-- --- zhm/zhm.c | 2 +- zhm/zhm.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/zhm/zhm.c b/zhm/zhm.c index ce9f74a..cfce24c 100644 --- a/zhm/zhm.c +++ b/zhm/zhm.c @@ -169,7 +169,7 @@ main(int argc, DPR2("zephyr client port: %u\n", ntohs(cli_port)); /* Main loop */ - for ever { + for (;;) { /* Wait for incoming packets or queue timeouts. */ DPR("Waiting for a packet..."); fd = ZGetFD(); diff --git a/zhm/zhm.h b/zhm/zhm.h index ad1ab5b..c6f922e 100644 --- a/zhm/zhm.h +++ b/zhm/zhm.h @@ -43,8 +43,6 @@ #define Zperr(e) #endif -#define ever (;;) - #define BOOTING 1 #define NOTICES 2 -- cgit v1.2.3