]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers.
authorMarcelo Araujo <araujo@FreeBSD.org>
Tue, 19 Apr 2016 00:40:43 +0000 (00:40 +0000)
committerMarcelo Araujo <araujo@FreeBSD.org>
Tue, 19 Apr 2016 00:40:43 +0000 (00:40 +0000)
commitec23a7636074b3e5129e6464fc88f16de97bc677
treeb189275ef88fc36fbae583e4787ce94da4028f2e
parent172c3b0b5f610e0b342aa70922a355e511a67f3a
Use NULL instead of 0 for pointers.

kvm_open(3) will return NULL when it cannot access kernel virtual memory.

MFC after: 2 weeks.
bin/ps/ps.c