K 10 svn:author V 3 dim K 8 svn:date V 27 2020-01-28T19:19:55.698620Z K 7 svn:log V 331 Fix the following -Werror warning from clang 10.0.0 in rbootd: libexec/rbootd/rmpproto.c:335:49: error: multiple unsequenced modifications to 'filename' [-Werror,-Wunsequenced] filename = (filename = strrchr(filepath,'/'))? ++filename: filepath; ~ ^ MFC after: 3 days END