]> git.ozlabs.org Git - ppp.git/commit
pppd: Avoid declarations within statements in main.c
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 19 Oct 2019 06:13:47 +0000 (17:13 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Sat, 19 Oct 2019 06:13:47 +0000 (17:13 +1100)
commit66ce4bae66fa9215200174e2045d2cfaec7c3505
tree77abdc1a8c60da2ff5a699bf0c6b9e147ea2d3d9
parent56371803b11c557e07ae968bef34b178b518139d
pppd: Avoid declarations within statements in main.c

Since we still have old-style function declarations for now, avoid
putting declarations within statements, which old compilers didn't
accept.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pppd/main.c