List:Internals« Previous MessageNext Message »
From:reggie Date:July 14 2005 9:50am
Subject:bk commit into 4.1 tree (reggie:1.2349)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of reggie. When reggie does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2349 05/07/14 03:49:54 reggie@stripped +1 -0
  fixed function sig so it will compile with Visual C++ 8

  regex/regerror.c
    1.6 05/07/14 03:48:22 reggie@stripped +1 -5
    fixed function sig so it will compile with Visual C++ 8

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	reggie
# Host:	linux.site
# Root:	/home/reggie/bk/mysql-4.1

--- 1.5/regex/regerror.c	2001-12-02 05:34:00 -07:00
+++ 1.6/regex/regerror.c	2005-07-14 03:48:22 -06:00
@@ -56,11 +56,7 @@
  */
 /* ARGSUSED */
 size_t
-regerror(errcode, preg, errbuf, errbuf_size)
-int errcode;
-const regex_t *preg;
-char *errbuf;
-size_t errbuf_size;
+regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
 {
 	register struct rerr *r;
 	register size_t len;
Thread
bk commit into 4.1 tree (reggie:1.2349)reggie14 Jul