]> arthur.barton.de Git - ngircd-alex.git/commit
Fix two K&R C portability issues
authorAlexander Barton <alex@barton.de>
Sun, 16 Mar 2014 19:07:08 +0000 (20:07 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 16 Mar 2014 19:07:08 +0000 (20:07 +0100)
commita4ed90ba9af1dce4df3f57f6a7c84097000c7256
tree8105fd0c8dedffd5d194201783d770be253efcd8
parentaf9161a9bc32817c44fe6f743b402d554e60ddf2
Fix two K&R C portability issues

Fix the following two errors emitted by the Apple K&R C compiler
on Apple A/UX:

"./class.c", line 47: no automatic aggregate initialization
"./class.c", line 47: illegal lhs of assignment operator

"./conf.c", line 1052: syntax error

Tested on A/UX 3.1.1.
src/ngircd/class.c
src/ngircd/conf.c