Below is the list of changes that have just been committed into a local
4.1 repository of jww. When jww 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.2193 05/10/30 21:13:39 jww@stripped +1 -0
configure.in:
Add check for net/ethernet.h, some older systems don't have it.
configure.in
1.256 05/10/30 19:51:31 jww@stripped +2 -1
Add check for net/ethernet.h, some older systems don't have it.
# 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: jww
# Host: lnxdev.silk.ca
# Root: /usr/src/mysql/mysql-4.1
--- 1.255/configure.in Thu Apr 21 12:23:03 2005
+++ 1.256/configure.in Sun Oct 30 19:51:31 2005
@@ -807,7 +807,8 @@
strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \
sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
unistd.h utime.h sys/utime.h termio.h termios.h sched.h crypt.h alloca.h \
- sys/ioctl.h malloc.h sys/malloc.h linux/config.h sys/resource.h sys/param.h)
+ sys/ioctl.h malloc.h sys/malloc.h linux/config.h sys/resource.h sys/param.h \
+ net/ethernet.h)
#--------------------------------------------------------------------
# Check for system libraries. Adds the library to $LIBS
| Thread |
|---|
| • bk commit into 4.1 tree (jww:1.2193) | jwythe | 31 Oct |