GNOME Bugzilla – Bug 569846
gnome-control-center-2.24.0.1 fails to build on BSD (setpgrp takes two arguments on BSD)
Last modified: 2010-02-18 00:22:33 UTC
Please describe the problem: According to: http://www.opengroup.org/onlinepubs/9699919799/functions/setpgrp.html setpgrp is deprecated and applications are encouraged to use setpgid() or setsid() According to the manpage: The System V-style setpgrp(), which takes no arguments, is equivalent to setpgid(0, 0). So will follow a patch that fixes the build on BSD to reflect that. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 127553 [details] [review] change setpgrp to setpgid
Moving to libslab...
Thanks, committed.