CVS update [cvs1-11-x-branch]: /ccvs/src/

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

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

Log:
 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.

File Changes:

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

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.2336.2.377&r2=1.2336.2.378
Delta lines:  +7 -0
-------------------
--- ChangeLog	28 May 2005 06:53:24 -0000	1.2336.2.377
+++ ChangeLog	1 Jun 2005 01:23:34 -0000	1.2336.2.378
@@ -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  Conrad T. Pino  <[email protected]>
 
 	* cvs.h: Replace "run_arg" function with "#define run_arg run_add_arg",

File [changed]: rcscmds.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/rcscmds.c?r1=1.52.4.6&r2=1.52.4.7
Delta lines:  +1 -1
-------------------
--- rcscmds.c	27 May 2005 16:25:11 -0000	1.52.4.6
+++ rcscmds.c	1 Jun 2005 01:23:34 -0000	1.52.4.7
@@ -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 void call_diff_add_arg PROTO ((const char *));
 static void call_diff_setup PROTO ((const char *prog,