summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/remote.c b/usr.bin/cvs/remote.c
index ed338820c18..d8dd0333bd2 100644
--- a/usr.bin/cvs/remote.c
+++ b/usr.bin/cvs/remote.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: remote.c,v 1.10 2007/01/25 18:56:33 otto Exp $ */
+/* $OpenBSD: remote.c,v 1.11 2007/01/26 08:35:23 otto Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -156,7 +156,7 @@ cvs_remote_send_file(const char *path)
size_t ret, rw;
off_t total;
struct stat st;
- char buf[16], data[MAXBSIZE];
+ char buf[18], data[MAXBSIZE];
if (cvs_server_active)
out = stdout;