Page MenuHomeFreeBSD

stand: Make sure nobody has a NULL pointer for dv_cleanup
ClosedPublic

Authored by imp on Jul 25 2022, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 8, 2:27 AM
Unknown Object (File)
Sun, May 31, 4:47 PM
Unknown Object (File)
Sun, May 31, 3:04 AM
Unknown Object (File)
Sat, May 30, 11:16 PM
Unknown Object (File)
Fri, May 29, 7:18 AM
Unknown Object (File)
Mon, May 18, 6:56 PM
Unknown Object (File)
Mon, May 18, 5:20 AM
Unknown Object (File)
Mon, May 18, 5:12 AM

Details

Summary

dv_cleanup is specified almost everywhere. Use nullsys instead of NULL
to indicate 'do nothing'. Also, be consistent in trailing commas that
were missing before.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable