CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2019/12/04 16:03:05
Modified files: usr.sbin/rpki-client: output-bgpd.c output-bird.c output-csv.c output-json.c output.c Log message: use return x; instead of return (x);, like all other files here. ok deraadt@