Home
last modified time | relevance | path

Searched hist:53408464 (Results 1 – 12 of 12) sorted by relevance

/openbsd/regress/lib/libpthread/signals/ignore_sigchild/
H A Dignore_sigchild.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/regress/sys/kern/exec_self/
H A Dexec_self.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/regress/sys/kern/kqueue/
H A Dkqueue-process.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/sbin/swapctl/
H A Dswapctl.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/usr.bin/usbhidaction/
H A Dusbhidaction.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/usr.sbin/pppd/
H A Dmain.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/usr.bin/sendbug/
H A Dsendbug.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/usr.bin/ftp/
H A Dcmds.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/usr.sbin/smtpd/
H A Dmakemap.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
H A Dsmtpctl.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
H A Dsmtpd.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@
/openbsd/usr.sbin/vmctl/
H A Dmain.cdiff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@