HomeFreeBSD

Use NULL instead of 0 for pointers.

Description

Use NULL instead of 0 for pointers.

getenv(3) returns NULL if the variable name is not in the current
environment.
getservent(3) returns NULL on EOF or error

MFC after: 4 weeks

Details

Provenance
araujoAuthored on
Parents
rS298031: Static pointers need not be initialized.
Branches
Unknown
Tags
Unknown