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 attachment 81010 [details, diff] 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 ...