Module Name: src Committed By: kamil Date: Mon Jun 25 18:05:25 UTC 2018
Modified Files: src/usr.bin/chpass: Makefile Log Message: Specify SANITIZER_RENAME_SYMBOL in chpass Rename local versions of getpwent getpwnam getpwnam_r getpwuid getpwuid_r (all of the symbols are namespaced) in order to remove symbol clash with libc. This program uses code directly from libc. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/chpass/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.