Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys backout previous partly:



details:   https://anonhg.NetBSD.org/src/rev/2a8318232eb5
branches:  trunk
changeset: 535162:2a8318232eb5
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Aug 11 12:12:54 2002 +0000

description:
backout previous partly:
we don't check if processes are in the same session or not.

diffstat:

 lib/libc/sys/getpgrp.2 |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 6941d95b288a -r 2a8318232eb5 lib/libc/sys/getpgrp.2
--- a/lib/libc/sys/getpgrp.2    Sun Aug 11 12:12:23 2002 +0000
+++ b/lib/libc/sys/getpgrp.2    Sun Aug 11 12:12:54 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getpgrp.2,v 1.18 2002/08/11 12:09:11 yamt Exp $
+.\"    $NetBSD: getpgrp.2,v 1.19 2002/08/11 12:12:54 yamt Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -79,10 +79,6 @@
 .Fn getpgid
 will succeed unless:
 .Bl -tag -width Er
-.It Bq Er EPERM
-if the current process and the process
-.Fa pid
-are not in the same session.
 .It Bq Er ESRCH
 if there is no process with a process ID equal to
 .Fa pid .



Home | Main Index | Thread Index | Old Index