cvs bulid breaks on slackware
mouring at etoh.eviladmin.org
mouring at etoh.eviladmin.org
Wed Feb 14 05:47:55 EST 2001
On Tue, 13 Feb 2001, Devon Bleak wrote:
> cvs code from this morning (about 9am PST) breaks on slackware 7.1 w/ gcc
> 2.95.2.1 with an undefined reference to session_setup_sia in session.o.
>
> this seems to be the culprit here:
>
> #ifdef HAVE_OSF_SIA
> #else /* HAVE_OSF_SIA */
> session_setup_sia(pw->pw_name, ttyname);
>
> since i have no idea what that's trying to accomplish (and seems to be a bit
> backwards to me from looking at the rest of the code dealing with sia), i
> figure i'll just let whoever wrote it sort it out.
>
This was reported a few moment ago by Kevin.
[..snip of patch..]
#ifdef HAVE_OSF_SIA
-#else /* HAVE_OSF_SIA */
session_setup_sia(pw->pw_name, ttyname);
+#else /* HAVE_OSF_SIA */
#ifdef HAVE_CYGWIN
More information about the openssh-unix-dev
mailing list