should double check to make sure this is a correct fix.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7296
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jan 10 22:20:04 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * open_slave.c (pty_open_slave): Added hack by Doug Engbert to get
+ util/pty to work under Solaris. We should double check to
+ make sure this is a correct fix.
+
Sun Nov 12 12:44:33 1995 Sam Hartman <hartmans@tertius.mit.edu>
* open_ctty.c (pty_open_ctty): Remove redundant Ultrix calls to setpgrp()
#endif
+ /* XXX added by Doug Engbert to get things to work under Solaris. */
+#ifdef HAVE_SETSID
+ (void) setsid();
+#endif
/* First, chmod and chown the slave*/
/*