Module Name:    src
Committed By:   mrg
Date:           Sun Feb  4 09:15:45 UTC 2018

Modified Files:
        src/external/bsd/am-utils/dist/amd: amfs_program.c
        src/external/bsd/flex/dist/src: main.c
        src/external/bsd/ntp/dist/ntpd: refclock_oncore.c
        src/external/bsd/ntp/dist/sntp/libopts: nested.c
        src/external/bsd/nvi/dist/cl: cl_funcs.c
        src/external/bsd/nvi/dist/vi: vs_refresh.c

Log Message:
fix GCC 6.4 issues (finally a couple that aren't actual bugs,
but only weird code?):

amd's amfs_program_exec() has a missing {} issue.

flex's check_options() has odd inconsistent identation that
trips the new ident checker.

ntpd's oncore_check_leap_sec() and oncore_set_traim() have
missing {} issues.

sntp's optionLoadNested() an identation weirdness that
trips the new ident checker.

vi's cl_attr() has a wrong {} issue, and its vs_paint() has
an identation weirdness that trips the new ident checker.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
    src/external/bsd/am-utils/dist/amd/amfs_program.c
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/flex/dist/src/main.c
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/ntp/dist/ntpd/refclock_oncore.c
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/ntp/dist/sntp/libopts/nested.c
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/nvi/dist/cl/cl_funcs.c
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/nvi/dist/vi/vs_refresh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to