Module Name: src Committed By: kamil Date: Sat Dec 9 14:56:54 UTC 2017
Modified Files: src/bin/ps: extern.h keyword.c print.c Log Message: ps: Rename local routine name from uname to usrname This removes symbol name routine clash with libc's uname(3). This allows to build ps(1) against LLVM Sanitizers. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/bin/ps/extern.h cvs rdiff -u -r1.54 -r1.55 src/bin/ps/keyword.c cvs rdiff -u -r1.127 -r1.128 src/bin/ps/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.