Added hack by Doug Engbert to get util/pty to work under Solaris. We
authorTheodore Tso <tytso@mit.edu>
Thu, 11 Jan 1996 03:29:24 +0000 (03:29 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 11 Jan 1996 03:29:24 +0000 (03:29 +0000)
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

src/util/pty/ChangeLog
src/util/pty/open_slave.c

index 28d2ad0ba265cb983acf378f81763fec163a0741..ad92d0acac5023a0c7a42284c42f99e00f055bc6 100644 (file)
@@ -1,3 +1,9 @@
+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()
index d7c94dcba2dda48b6d5e8119474ffb8fc7112535..2f8d3bf17f48c089d625f981b25cec4d2157014c 100644 (file)
@@ -36,6 +36,10 @@ long retval;
     
 #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*/
     /*