[657] in NetBSD-Development
Re: Changes to fix nondeterministic flags
daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Mar 13 11:03:25 1995
To: ghudson@MIT.EDU
Cc: netbsd-afs@MIT.EDU, linux-afs-bugs@MIT.EDU
In-Reply-To: Your message of "Sun, 12 Mar 1995 21:12:38 GMT."
<199503122112.VAA01176@glacier.MIT.EDU>
Date: Mon, 13 Mar 1995 11:02:36 EST
From: Derek Atkins <warlord@MIT.EDU>
* Derek apparently checked in some code that had a
crfree(cred) in it for a "cred" that only existed if
AFS_LINUX_ENV was defined. I wrapped the crfree() call
inside #ifdef AFS_LINUX_ENV.
Oops. I thought I had #ifdef'ed all of these. Sorry 'bout
that.
-derek