CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2020/08/02 18:09:01
Modified files: bin/ps : print.c Log message: clang10 identifies an argv[] comparison against '\0' instead of NULL, it results in the same, but is incorrect. ok millert