head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.02.11.17.25.45;	author dbaker;	state dead;
branches;
next	1.1;

1.1
date	2000.05.28.03.37.11;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update: 2.2.1

(continued, didn't realize that patch-ab is no longer necessary)
@
text
@--- zebedee.c.orig	Sat May 27 20:48:35 2000
+++ zebedee.c	Sat May 27 20:51:13 2000
@@@@ -902,7 +902,7 @@@@
 
 	case CMPTYPE_BZIP2:
 #ifndef DONT_HAVE_BZIP2
-	    if ((num = bzBuffToBuffDecompress((char *)(msg->data),
+	    if ((num = BZ2_bzBuffToBuffDecompress((char *)(msg->data),
 					      (unsigned int *)&uncmpSize,
 					      (char *)(msg->tmp),
 					      (unsigned int)size,
@@@@ -981,7 +981,7 @@@@
 
 	case CMPTYPE_BZIP2:
 #ifndef DONT_HAVE_BZIP2
-	    if ((num = bzBuffToBuffCompress((char *)(msg->tmp + 2),
+	    if ((num = BZ2_bzBuffToBuffCompress((char *)(msg->tmp + 2),
 					    (unsigned int *)&cmpSize,
 					    (char *)(msg->data),
 					    (unsigned int)size,
@


1.1
log
@BZ2_ was added recently to all functions in libbz2.a.
@
text
@@

