rbb 99/02/18 10:40:57
Modified: pthreads/src/main http_main.c
Log:
Just putting back in a void in a function def. Minor change, but easy enough
to put it back.
Revision Changes Path
1.48 +1 -1 apache-apr/pthreads/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- http_main.c 1999/02/18 18:17:41 1.47
+++ http_main.c 1999/02/18 18:40:54 1.48
@@ -1963,7 +1963,7 @@
}
-static void close_unused_listeners()
+static void close_unused_listeners(void)
{
listen_rec *or, *next;