rbb 99/02/15 08:28:39
Modified: pthreads/src/main scoreboard.c
Log:
Fixing a typo in my last commit. Forgot to put a variable name in one of the
def's for reopen_scoreboard.
Revision Changes Path
1.2 +1 -1 apache-apr/pthreads/src/main/scoreboard.c
Index: scoreboard.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/main/scoreboard.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scoreboard.c 1999/02/15 15:45:18 1.1
+++ scoreboard.c 1999/02/15 16:28:38 1.2
@@ -301,7 +301,7 @@
ap_scoreboard_image->global.running_generation = 0;
}
-API_EXPORT(void) reopen_scoreboard(pool *)
+API_EXPORT(void) reopen_scoreboard(pool *p)
{
}