CVS update: /ccvs/src/

[email protected] 1 Jun 2005 01:36:51 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/05/31 18:36:51

Modified:
 /ccvs/src/
  ChangeLog, rcscmds.c

Log:
 Merge changes from 1.11.x.

File Changes:

Directory: /ccvs/src/
=====================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3201&r2=1.3202
Delta lines:  +7 -0
-------------------
--- ChangeLog	27 May 2005 18:07:48 -0000	1.3201
+++ ChangeLog	1 Jun 2005 01:36:48 -0000	1.3202
@@ -1,3 +1,10 @@
+2005-05-31  Derek Price  <[email protected]>
+	for Alexander Taler <[email protected]>
+
+	* rcscmds.c: Change type of call_diff_argc_allocated from int to
+	size_t, to match the prototype of run_add_arg_p().  This fixes a
+	bus error in OpenBSD 3.6 sparc64.
+
 2005-05-27  Derek Price  <[email protected]>
 
 	* client.c (send_arg): Make arg const.  Remove unnecessary copy to

File [changed]: rcscmds.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/rcscmds.c?r1=1.70&r2=1.71
Delta lines:  +1 -1
-------------------
--- rcscmds.c	27 May 2005 18:07:48 -0000	1.70
+++ rcscmds.c	1 Jun 2005 01:36:48 -0000	1.71
@@ -76,7 +76,7 @@
 
 static char **call_diff_argv;
 static int call_diff_argc;
-static int call_diff_argc_allocated;
+static size_t call_diff_argc_allocated;
 
 static int call_diff (const char *out);
 static int call_diff3 (char *out);