Module Name: src Committed By: rillig Date: Mon Aug 30 18:21:11 UTC 2021
Modified Files: src/usr.sbin/inetd: Makefile inetd.c parse_v2.c Log Message: inetd: raise WARNS from 5 to 6 The necessary fixes include: * explicit integer conversions, to get rid of mixed signedness * function prototypes for parameterless functions While here: * add space after comma * add space after 'if' * place the '{' of a function definition on a separate line * rename variables 'bits' and 'temp' to 'hi' and 'lo' * in parse_quote, prefer expressions over assignments * make hex_to_bits static No functional change. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/inetd/Makefile cvs rdiff -u -r1.130 -r1.131 src/usr.sbin/inetd/inetd.c cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/inetd/parse_v2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.