[1597] in Kerberos-V5-bugs
Re: Compile under Solaris 2.4
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Sat Aug 12 00:26:56 1995
Date: Sat, 12 Aug 1995 00:26:50 -0400
From: Theodore Ts'o <tytso@MIT.EDU>
To: cjmace@amoco.com
Cc: krb5-bugs@MIT.EDU
In-Reply-To: cjohn mace's message of Thu, 10 Aug 1995 16:39:05 -0600 (MDT),
<199508102242.AA09384@interlock.amoco.com>
This is a known problem which will be fixed in the next release. For
now, just add the following line to src/lib/krb4/in_tkt.c:
#define setreuid(r,e) setuid(r)
- Ted