On Thu, 28 Feb 2002, Seigo Tanimura wrote: > On Thu, 28 Feb 2002 01:39:11 +0900, > Takanori Saneto <[EMAIL PROTECTED]> said: > > Takanori> Can you look into PR kern/29844 as well? > Takanori> I think after your fix, it should fail even when invoked by super > Takanori> user. > > The superuser fails as well.
setpgrp() is the same as setpgid() in FreeBSD, and the POSIX.1-200x-draft7 documentation for setpgid() doesn't seem to have any special cases for the superuser, so I think the documentation change in the PR is correct. POSIX now has setpgrp(), but it is quite different from setpgid() :-(. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
