http://www.berklix.org/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.sbin/ctm/ctm/ctm.h.no_customise There is no MAXSIZE in 5.1-RELEASE-p8 or 4.9 src/usr.sbin/ctm/ *** 4.8-RELEASE/src/usr.sbin/ctm/ctm/ctm.h --- generic/src/usr.sbin/ctm/ctm/ctm.h *************** *** 26,33 **** #include #define VERSION "2.0" ! #define MAXSIZE (1024*1024*40) #define SUBSUFF ".ctm" #define TMPSUFF ".ctmtmp" --- 26,37 ---- #include #define VERSION "2.0" ! /* #define MAXSIZE (1024*1024*40) ! ctm -v /pub/FreeBSD/development/CTM/cvs-cur/cvs-cur.9600xEmpty.gz ! cvs-cur.9600xEmpty.gz Fatal error: Bytecount too large. ! dc: 1024 1024 40 * * p 41943040 ! cvs-cur.9600xEmpty.gz 453514482 ! */ ! #define MAXSIZE (1024*1024*80) #define SUBSUFF ".ctm" #define TMPSUFF ".ctmtmp" # # ------------------------------------ # 20 to 40 already in current & in 4.4 # # *** 4.2-RELEASE/src/usr.sbin/ctm/ctm/ctm.h Sun Jul 2 13:34:44 2000 # --- generic/src/usr.sbin/ctm/ctm/ctm.h Tue May 29 23:57:20 2001 # *************** # *** 26,32 **** # #include # # #define VERSION "2.0" # ! #define MAXSIZE (1024*1024*20) # # #define SUBSUFF ".ctm" # #define TMPSUFF ".ctmtmp" # --- 26,37 ---- # #include # # #define VERSION "2.0" # ! /* #define MAXSIZE (1024*1024*20) # ! ctm -v /public/freebsd/ref/cvs/ctm/cvs/base/cvs-cur.7200xEmpty.gz # ! /public/freebsd/ref/cvs/ctm/cvs/base/cvs-cur.7200xEmpty.gz Fatal error: Bytecount too large. # ! -rw-r--r-- 1 jhs wheel 272560690 Mar 8 18:59 /usr4/ftp/public/freebsd/ref/cvs/ctm/cvs/base/cvs-cur.7200xEmpty.gz # ! */ # ! #define MAXSIZE (1024*1024*40) # # #define SUBSUFF ".ctm" # #define TMPSUFF ".ctmtmp"