]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Add support for OpenBSD 4.6
authorAntoine Verheijen <antoine@ualberta.ca>
Mon, 8 Feb 2010 22:45:25 +0000 (15:45 -0700)
committerDerrick Brashear <shadow|account-1000005@unknown>
Tue, 9 Feb 2010 03:00:48 +0000 (19:00 -0800)
commit19e38017671a9acadb77a15f224edf77fb8efbac
tree5445345606c0927a576ebb24d1867486bc404fe3
parente10957c01d0e2eadcea7cc49be9b5f7ed9beefe6
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: Ia616400094ed36bc6f0e37f86d3b7448d5bd32c2
(cherry picked from commit ab17ebef16a04180b2ede8c8ed07cd9c1871ae42)
Reviewed-on: http://gerrit.openafs.org/1261
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/config/afs_sysnames.h
src/config/param.i386_obsd46.h [new file with mode: 0644]
src/rx/rx_kcommon.c