summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-11-05 12:45:18 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-11-05 12:45:18 +1100
commit44a97be0cc3ede56663b94548806465d2b090461 (patch)
treed6b41c2812b4a6efd78cea3bdf37c2c44e463569 /session.c
parent4db380701d15727e43600e41a567d36177e4226e (diff)
downloadopenssh-git-44a97be0cc3ede56663b94548806465d2b090461.tar.gz
- (dtucker) [platform.c session.c] Move the BSDI setpgrp into platform.c.
Diffstat (limited to 'session.c')
-rw-r--r--session.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/session.c b/session.c
index 78e7c5f5..0775d78d 100644
--- a/session.c
+++ b/session.c
@@ -1476,9 +1476,6 @@ do_setusercontext(struct passwd *pw)
#endif /* HAVE_CYGWIN */
{
#ifdef HAVE_LOGIN_CAP
-# ifdef __bsdi__
- setpgid(0, 0);
-# endif
# ifdef USE_PAM
if (options.use_pam) {
do_pam_setcred(use_privsep);