Date: Fri, 17 Mar 2017 08:06:13 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436321 - head/security/putty/files Message-ID: <201703170806.v2H86DfB014566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri Mar 17 08:06:13 2017 New Revision: 436321 URL: https://svnweb.freebsd.org/changeset/ports/436321 Log: Add forgotten patch for Linux -> BSD portability. Submitted by: cy@ Reported by: cy@ MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D10023 Added: head/security/putty/files/patch-unix__uxpgnt.c (contents, props changed) Added: head/security/putty/files/patch-unix__uxpgnt.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/putty/files/patch-unix__uxpgnt.c Fri Mar 17 08:06:13 2017 (r436321) @@ -0,0 +1,11 @@ +--- uxpgnt.c.orig 2017-03-16 03:33:18.000000000 +0000 ++++ uxpgnt.c 2017-03-16 03:33:18.000000000 +0000 +@@ -270,7 +270,7 @@ + /* Get out of our previous process group, to avoid being + * blasted by passing signals. But keep our controlling tty, + * so we can keep checking to see if we still have one. */ +- setpgrp(); ++ setpgrp(0,0); + } else { + /* Do that, but also leave our entire session and detach from + * the controlling tty (if any). */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703170806.v2H86DfB014566>