[OpenAFS-port-darwin] Status?
Derrick J Brashear
shadow@dementia.org
Mon, 28 Jun 2004 16:10:13 -0400 (EDT)
On Mon, 28 Jun 2004, Steve Lidie wrote:
> USing the afs.kext for 06/23 I just got this:
Pick up a fresh copy of the installer, you must have gotten a copy where I
had the sense of the ifdef wrong. Sorry.
#ifdef AFS_DARWIN_ENV
#ifndef AFS_DARWIN14_ENV
osi_Assert(VREFCOUNT(avc) == 1);
VREFCOUNT_SET(avc, 0);
#else
was
#ifdef AFS_DARWIN_ENV
#ifdef AFS_DARWIN14_ENV
osi_Assert(VREFCOUNT(avc) == 1);
VREFCOUNT_SET(avc, 0);
#else
which was wrong.