K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-03-23T04:54:31.891999Z K 7 svn:log V 277 MFC r315360: Return NULL instead of 0 on failure in _kvm_open, kvm_open{,2,files} This is being done for the following reasons: - kvm_open(3), etc says they will return NULL. - NULL by definition is (void*)0 per POSIX, but can be redefined, depending on the compiler, etc. END