[179] in Info-AFS_Redistribution
Re: X11R4 XDM authentication and/or additional documentation
daemon@ATHENA.MIT.EDU (Paul Traina)
Wed Jun 26 18:43:29 1991
To: Info-AFS@transarc.com
In-Reply-To: Your message of "Wed, 26 Jun 91 14:00:21 PDT."
Date: Wed, 26 Jun 91 14:49:59 -0700
From: Paul Traina <pst@ack.stanford.edu>
scanning the diff I just posted, there is one tiny bug...
the setpag() condititionals should really be changed from
#if defined(AFS) && defined(KERBEROS)
setpag()
...
to
#ifdef AFS
setpag()
#ifdef KERBEROS
...