List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:April 26 2005 5:20pm
Subject:bk commit into 4.1 tree (jimw:1.2208) BUG#9063
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jimw. When jimw 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.2208 05/04/26 08:20:00 jimw@stripped +1 -0
  Fix typo in include file name (Bug #9063)

  acinclude.m4
    1.134 05/04/26 08:19:44 jimw@stripped +1 -1
    Fix typo

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-4.1-9063

--- 1.133/acinclude.m4	2005-04-25 18:02:00 -07:00
+++ 1.134/acinclude.m4	2005-04-26 08:19:44 -07:00
@@ -168,7 +168,7 @@
 #undef inline
 #endif
 #include <stdlib.h>
-#include <sys/resources.h>
+#include <sys/resource.h>
 ],
 [struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);],
 mysql_cv_btype_struct_rlimit="struct rlimit64")]
Thread
bk commit into 4.1 tree (jimw:1.2208) BUG#9063Jim Winstead26 Apr