OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-41-gab17ebe
Gerrit Code Review
gerrit@openafs.org
Mon, 8 Feb 2010 18:55:37 -0800 (PST)
The following commit has been merged in the master branch:
commit ab17ebef16a04180b2ede8c8ed07cd9c1871ae42
Author: Antoine Verheijen <antoine@ualberta.ca>
Date: Mon Feb 8 15:45:25 2010 -0700
Add support for OpenBSD 4.6
Add config param header and sysname number for OpenBSD 4.6.
As well, add an additional parameter to a call to ifa_ifwithnet()
when looking up the MTU for an interface to indicate that the call
should use the default routing table. With the advent of OpenBSD
4.6, the system has started to make provisions for multiple routing
tables which included a change to the calling sequence for this
routine.
Change-Id: Idb53efef0e229ca26bd587f2f8cd9df8a0248227
Reviewed-on: http://gerrit.openafs.org/1265
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/config/afs_sysnames.h | 1 +
src/config/param.i386_obsd46.h | 16 +++++++++
src/config/param.obsd46.h | 74 ++++++++++++++++++++++++++++++++++++++++
src/rx/rx_kernel.h | 4 ++
4 files changed, 95 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository