Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Small compile warnings that the compiler is complaining about but shouldn't be that serious. None the less: chkshsgr.c:10: warning: passing arg 2 of `getgroups' from incompatible pointer type supervise.c:102: warning: passing arg 2 of `execve' from incompatible pointer type svscan.c:104: warning: passing arg 3 of `pathexec_run' from incompatible pointer type svscan.c:123: warning: passing arg 3 of `pathexec_run' from incompatible pointer type multilog.c:200: warning: passing arg 2 of `execve' from incompatible pointer type
Created an attachment (id=81010) [edit] Adjustments. :)
the warnings about incompatible pointers is not 64bit specific, nor is it a serious warning ... ive added a patch which includes a lot more headers, but i left the execve() calls alone ...