OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-657-ga544177
Gerrit Code Review
gerrit@openafs.org
Wed, 19 Jan 2011 17:55:33 -0800 (PST)
The following commit has been merged in the master branch:
commit 646a6a41698da45550a3cb899f104d9e3e548ea4
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.
Change-Id: I8cc97fde8cd5cf6c241dd3074c0f97b5d3e2ccfd
Reviewed-on: http://gerrit.openafs.org/3686
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/OBSD/osi_vfsops.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository