Below is the list of changes that have just been committed into a local
4.0 repository of kp. When kp 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://www.mysql.com/doc/I/n/Installing_source_tree.html
extra/resolveip.c
1.20 03/08/28 01:15:05 kp@blr-techserv.(none)[kp] +3 -0
Import patch 4.0.15-aug27.patch
ChangeSet
1.1536 03/08/27 14:59:22 kp@blr-techserv.(none)[kp] +1 -0
4.0.15-aug27.patch
# 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: kp
# Host: blr-techserv.(none)
# Root: /home/kp/blr-engrlinux/bk/mysql-4.0_new
--- 1.19/extra/resolveip.c Fri Aug 22 00:53:49 2003
+++ 1.20/extra/resolveip.c Thu Aug 28 01:15:05 2003
@@ -35,6 +35,9 @@
#if !defined(_AIX) && !defined(HAVE_UNIXWARE7_THREADS) &&
!defined(HAVE_UNIXWARE7_POSIX) && !defined(h_errno)
extern int h_errno;
#endif
+#ifdef __NETWARE__
+#define in_addr_t u_long
+#endif
static my_bool silent;
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx
|