freebsd-dev/libexec/rbootd
Dimitry Andric fe1b3370c1 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
2020-01-28 19:19:55 +00:00
..
bpf.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
conf.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
defs.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
parseconf.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
pathnames.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
rbootd.8
rbootd.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
rmp_var.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
rmp.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
rmpproto.c Fix the following -Werror warning from clang 10.0.0 in rbootd: 2020-01-28 19:19:55 +00:00
utils.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00