[2378] in Kerberos
Re: Some patches to V5 B2
daemon@ATHENA.MIT.EDU (Steve Lunt)
Fri Nov 13 20:29:43 1992
Date: Thu, 12 Nov 92 19:59:14 EST
From: Steve Lunt <lunt@ctt.bellcore.com>
To: kerberos@Athena.MIT.EDU
Cc: krb5_bugs@Athena.MIT.EDU
(Others might have not seen this).
> From lunt Tue Nov 10 19:33:07 1992
> To: jik@athena.mit.edu
> Subject: Re: Some patches to V5 B2
Ooops! You're right. I don't know how I arrived at that,
but even though it is in error, it doesn't effect compilation, since
HasSetenv is never referenced elsewhere in the source tree.
-- Steve
----- Begin Included Message -----
From: jik@athena.mit.edu (Jonathan I. Kamens)
To: kerberos@shelby.stanford.edu
Organization: Massachusetts Institute of Technology
Date: 10 Nov 1992 19:01:54 GMT
Subject: Re: Some patches to V5 B2
In article <9211062102.AA01776@shadow.secure.bellcore.com> lunt@CTT.BELLCORE.COM (Steve Lunt) writes:
config/sun.cf:
Sun has setenv
Say what?
> head -1 /etc/motd
SunOS Release 4.1.3 (AKTIS-SERVER) #1: Thu Oct 22 12:58:12 EDT 1992
> nm /lib/libc.a | grep setenv
> cat > /tmp/test.c
main()
{
setenv("FOO", "BAR", 1);
}
> cc /tmp/test.c
ld: Undefined symbol
_setenv
>
Have you been frobbing your C library, Steve? :-)
--
Jonathan Kamens jik@MIT.Edu
MIT Information Systems/Athena Moderator, news.answers
----- End Included Message -----