manoj 99/06/09 20:38:33
Modified: pthreads/src/main buff.c
Log:
Warning scrubbing.
Revision Changes Path
1.13 +1 -1 apache-apr/pthreads/src/main/buff.c
Index: buff.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/main/buff.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -u -r1.12 -r1.13
--- buff.c 1999/06/09 22:03:39 1.12
+++ buff.c 1999/06/10 03:38:32 1.13
@@ -1300,7 +1300,7 @@
*/
API_EXPORT(int) ap_bclose(BUFF *fb)
{
- int rc1, rc2, rc3;
+ int rc1, rc2;
if (fb->flags & B_WR)
rc1 = ap_bflush(fb);