]> git.michaelhowe.org Git - packages/o/openafs.git/commit
OpenBSD: Don't call non-existent routines in osi_vfsops.c
authorAntoine Verheijen <antoine@ualberta.ca>
Wed, 19 Jan 2011 20:43:21 +0000 (13:43 -0700)
committerDerrick Brashear <shadow@dementia.org>
Sat, 22 Jan 2011 21:00:38 +0000 (13:00 -0800)
commit9819f90850a454e9b799267b6f646f9a26723b9b
tree37a0fbb52fff6982966a45b451c3d7baec930daa
parent51a17746b6eeb2f69f1f8c3466815b5c241e56f2
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