freebsd/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
conf.c
defs.h
Makefile
Makefile.depend
parseconf.c
pathnames.h
rbootd.8
rbootd.c
rmp_var.h
rmp.h
rmpproto.c
utils.c