FreeBSD Bugzilla – Attachment 16240 Details for
Bug 29844
[PATCH] setpgrp does not behave as manual says
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 403 bytes, created by
SANETO Takanori
on 2001-08-18 12:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
SANETO Takanori
Created:
2001-08-18 12:00:02 UTC
Size:
403 bytes
patch
obsolete
>--- kern_prot.c.orig Sat Aug 18 19:54:23 2001 >+++ kern_prot.c Sat Aug 18 19:54:57 2001 >@@ -368,7 +368,7 @@ > if (uap->pgid < 0) > return (EINVAL); > if (uap->pid != 0 && uap->pid != curp->p_pid) { >- if ((targp = pfind(uap->pid)) == NULL || !inferior(targp)) { >+ if ((targp = pfind(uap->pid)) == NULL || (!suser(curp) && !inferior(targp))) { > if (targp) > PROC_UNLOCK(targp); > return (ESRCH);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29844
:
16239
| 16240