Module Name: src Committed By: ozaki-r Date: Thu Jul 7 06:56:25 UTC 2016
Modified Files: src/share/man/man9: pslist.9 src/sys/sys: pslist.h Log Message: Constify some arguments of pslist(9) functions By doing so, callers don't need to discard const qualifier. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/pslist.9 cvs rdiff -u -r1.2 -r1.3 src/sys/sys/pslist.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.