diff --git a/bin/tests/dst/gsstest.c b/bin/tests/dst/gsstest.c index dd9f8ce45e..eb9fc2cc34 100755 --- a/bin/tests/dst/gsstest.c +++ b/bin/tests/dst/gsstest.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gsstest.c,v 1.14 2011/01/08 01:26:01 each Exp $ */ +/* $Id: gsstest.c,v 1.15 2011/03/28 05:11:43 marka Exp $ */ #include @@ -103,7 +103,7 @@ console(isc_task_t *task, isc_event_t *event) isc_event_free(&event); - while(1) { + for (;;) { printf("\nCommand => "); c = scanf("%s", buf); @@ -418,7 +418,7 @@ setup(void) struct in_addr inaddr; int c; - while (1) { + for (;;) { printf("Server IP => "); c = scanf("%s", serveraddress); @@ -432,7 +432,7 @@ setup(void) return; } - }; + } } int