]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
evloop prototype. [RT #18196]
authorMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 03:41:17 +0000 (03:41 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 03:41:17 +0000 (03:41 +0000)
lib/isc/unix/app.c

index 7fbffd48d445d1b74f04b7a4d1851a71d4c7e606..660b438678d6b063a120bdcd4f4a212e2a5db924 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: app.c,v 1.59 2008/10/15 03:21:22 marka Exp $ */
+/* $Id: app.c,v 1.60 2008/10/15 03:41:17 marka Exp $ */
 
 /*! \file */
 
@@ -300,7 +300,7 @@ isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action,
  * Event loop for nonthreaded programs.
  */
 static isc_result_t
-evloop() {
+evloop(void) {
        isc_result_t result;
        while (!want_shutdown) {
                int n;