not necessary, already applied in 4.0

*** 3.4-RELEASE/src/usr.sbin/ctm/ctm/ctm.h	Sun Aug 29 17:40:57 1999
--- ChuckRobey/src/usr.sbin/ctm/ctm/ctm.h	Thu Jun 29 14:58:04 2000
***************
*** 26,32 ****
  #include <sys/time.h>
  
  #define VERSION "2.0"
! #define MAXSIZE (1024*1024*10)
  
  #define SUBSUFF ".ctm"
  #define TMPSUFF ".ctmtmp"
--- 26,32 ----
  #include <sys/time.h>
  
  #define VERSION "2.0"
! #define MAXSIZE (1024*1024*20)
  
  #define SUBSUFF ".ctm"
  #define TMPSUFF ".ctmtmp"
-------------
The above allowed cvs-cur.6450.gz to apply for jhs@_ERASE_
size 4635881 bytes.
Previous error message:
Fatal error. (.../3.4-RELEASE/src/usr.sbin/ctm/ctm/ctm_input.c:81)
/pub/FreeBSD/ref/cvs/ctm/cvs/deltas/cvs-cur.6450.gz Fatal error: Bytecount too large.
-------
From owner-ctm-announce@_ERASE_FreeBSD.ORG Wed Jun 21 13:39:27 2000
Date: Wed, 21 Jun 2000 09:18:26 -0400 (EDT)
From: Chuck Robey <chuckr@_ERASE_picnic.mat.net>
To: ctm-announce@_ERASE_FreeBSD.ORG
Subject: cvs-cur
Message-ID: <Pine.BSF.4.21.0006210912390.318-100000@_ERASE_picnic.mat.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-ctm-announce@_ERASE_FreeBSD.ORG
X-Loop: FreeBSD.ORG
Precedence: bulk

It's back up now.  Just as soon as I'd finally downloaded the errant delta
over my slow line and found out the problem, there was Stefan Esser's
patch (wish I would have read my email first!)

Anyhow, the changes to ctm allowed the delta to be generated, and I will
give the patch here:

Index: /usr/src/usr.sbin/ctm/ctm/ctm.h
===================================================================
RCS file: /usr/cvs/src/usr.sbin/ctm/ctm/ctm.h,v
retrieving revision 1.14
diff -u -3 -r1.14 ctm.h
- --- /usr/src/usr.sbin/ctm/ctm/ctm.h 1999/08/28 01:15:59 1.14
+++ /usr/src/usr.sbin/ctm/ctm/ctm.h 2000/06/15 20:25:55
@_ERASE_@_ERASE_ -26,7 +26,7 @_ERASE_@_ERASE_
 #include <sys/time.h>

 #define VERSION "2.0"
- -#define MAXSIZE (1024*1024*10)
+#define MAXSIZE (1024*1024*20)

 #define SUBSUFF ".ctm"
 #define TMPSUFF ".ctmtmp"


For those of you who don't want to compile it, the version I used myself
is located at http://people.freebsd.org/~chuckr/ctm.  That will get the
delta unpacked for you.  I'll see that the changes get into the source
when I get home tonight.

