head	1.2;
access;
symbols
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.03.24.13.33.28;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2002.10.20.20.51.22;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update 1.2.6 -> 1.2.8

PR:		ports/50031
Supersedes:	ports/44498, ports/46189, ports/47134, ports/48071,
		ports/48096, ports/48966
Submitted by:	Randy Philipp <randy@@umbc.edu>
@
text
@--- contrib/mod_ratio.c.orig	Sun Oct 20 13:49:21 2002
+++ contrib/mod_ratio.c	Sun Oct 20 13:50:11 2002
@@@@ -606,7 +606,7 @@@@
       add_response(R_214,
 		   "Bytes: %s  Down: %imb  Up: %imb  CR: %i Mbytes",
 		   stats.btext, (stats.bretr / 1024), (stats.bstor / 1024),
-		   (stats.bytes / 1024), stats.bytes);
+		   (stats.bytes / 1024));
     return HANDLED(cmd);
   }
   
@


1.1
log
@Fix build on -current (don't try and guess about the definition of
__size_t), and fix a format string with two many arguments while I'm here.
@
text
@@

