CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/07/10 11:45:52
Modified files: gnu/usr.bin/cvs/diff: diff3.c side.c gnu/usr.bin/cvs/lib: getline.c regex.c gnu/usr.bin/cvs/src: admin.c hash.c Log message: Fix a few, but not all, clang warnings: Use "%s" to print modifiable strings, add a couple of braces, ansify a few functions, add and remove a few extra parens. ok jcs