OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-45-g9819f90
Gerrit Code Review
gerrit@openafs.org
Sat, 22 Jan 2011 13:00:51 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 9819f90850a454e9b799267b6f646f9a26723b9b
Author: Antoine Verheijen <antoine@ualberta.ca>
Date: Wed Jan 19 13:43:21 2011 -0700
OpenBSD: Don't call non-existent routines in osi_vfsops.c
The OpenBSD version of osi_vfsops.c makes calls to routines
that do not exist in the system and aren't needed. In the
past, these calls were wrappered by an #ifdef for
AFS_DISCON_ENV which was never defined. That #ifdef is now
gone so this patch removes the calls to these routines,
which are remnants of the NBSD origins for this particular
code.
Reviewed-on: http://gerrit.openafs.org/3686
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 646a6a41698da45550a3cb899f104d9e3e548ea4)
Change-Id: I8f57b0042e89dd917ee11e86709d9e6ae8ad7287
Reviewed-on: http://gerrit.openafs.org/3721
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/OBSD/osi_vfsops.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository