NetBSD/usr.sbin/isdn/isdnd
mrg aa20739e7d fixes for GCC 6.4:
mail's execute() needs a volatile for setjmp().

telnet has a missing {} issue.

isdnd's print_config() has a missing/wrong {} issue, and
its p_q931bc() has inconsistent indentation (but not any
actual problem.)

map-mbone's accept_neighbors2() compares a vs. a instead
of a vs. b.

sysinst's pm_cgd_check() has missing {} issue.

timed's main() has missing {} issue.
2018-02-04 09:01:12 +00:00
..
Makefile
alias.c
config.h
controller.c
curses.c
dial.c
exec.c
fsm.c
holiday.c
isdnd.8 PR/52396: Edgar Pettijohn: Spell daemon consistently. 2017-07-12 01:57:43 +00:00
isdnd.acct.5
isdnd.h drop main() prototype 2018-01-23 22:12:52 +00:00
isdnd.rates.5
isdnd.rc.5 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
log.c fix indent 2016-03-02 19:28:56 +00:00
main.c
monitor.c
msghdl.c
pathnames.h
pcause.c
process.c
rates.c
rc_config.c fixes for GCC 6.4: 2018-02-04 09:01:12 +00:00
rc_parse.y
rc_scan.l
support.c
timer.c