diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-07-02 11:34:44 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-07-02 11:34:44 +0000 |
| commit | 09d589d3c11f4ac32c9787984e36bf80afed5016 (patch) | |
| tree | 0cd4c1d21b7dbc83bcf63664285793273f4f1df6 /usr.sbin | |
| parent | 42656335a4424bb7af2e41d840cac7319d229764 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctm/ctm/ctm.h b/usr.sbin/ctm/ctm/ctm.h index 437672f16054..b4ed57a8b3fd 100644 --- a/usr.sbin/ctm/ctm/ctm.h +++ b/usr.sbin/ctm/ctm/ctm.h @@ -26,7 +26,7 @@ #include <sys/time.h> #define VERSION "2.0" -#define MAXSIZE (1024*1024*10) +#define MAXSIZE (1024*1024*20) #define SUBSUFF ".ctm" #define TMPSUFF ".ctmtmp" |
