Date: Wed, 27 Feb 2002 15:44:23 +0900 From: HIROSHI OOTA <oota@LSi.nec.co.jp> To: current@freebsd.org Subject: setpgrp(1, 1) does not FAIL Message-ID: <cwu1s3qv94.wl@sdlpc374.ulsys.lsi.nec.co.jp>
next in thread | raw e-mail | index | archive | help
Hello, The following will succeed in non privilege user. I think it should fail. main() { printf("%d\n", setpgrp(1, 1)); } -- HIROSHI OOTA oota@LSi.nec.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cwu1s3qv94.wl>