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


1.2
date	2004.11.07.15.03.21;	author perky;	state dead;
branches;
next	1.1;

1.1
date	2004.05.04.21.26.41;	author mi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.22.2
@
text
@--- src/cadaver.c	Tue Apr 13 15:23:17 2004
+++ src/cadaver.c	Tue May  4 11:45:45 2004
@@@@ -1015,5 +1015,5 @@@@
 		 (n==(len-1)?'>':' '));
     }
-    printf(_("] %5.1f%% of %ld bytes"), pc*100, total);
+    printf(_("] %5.1f%% of %llu bytes"), pc*100, (unsigned long long)total);
     fflush(stdout);
 }
@


1.1
log
@Upgrade from 0.22.0 to 0.22.1 (April 14th). Drop expat-dependency --
this port uses whatever www/neon provides. Loosen the neon-dependency --
don't require the exact version of -lneon. Don't extract the expat and
libneon bundled with the cadaver -- to avoid #include-ing a wrong header
accidentally. Patch some warnings.
@
text
@@

