]> arthur.barton.de Git - ngircd-alex.git/commit
Make sourcecode compatible with ansi2knr again
authorAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 19:48:32 +0000 (21:48 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 19:48:32 +0000 (21:48 +0200)
commit596bc096b02ef94efe3d73bb747c6ab0368f63bf
tree210a2396131da112e2c3495b585c5e3ac76a3e7a
parent5700329f8c7dda39610f5836d641f4cea6912197
Make sourcecode compatible with ansi2knr again

This allows to compile ngIRCd using a pre-ANSI K&R C compiler again:
all source files are automatically converted by the included ansi2knr
program (of GNU automake/autoconf) before compiling them with the
K&R C compiler, but a few coding standards must be met.

Tested on Apple A/UX 3.x.
Regression testing on Linux and Mac OS X.
src/ipaddr/ng_ipaddr.h
src/ngircd/client.c
src/ngircd/conf-ssl.h
src/ngircd/conf.c
src/ngircd/conn.c
src/ngircd/conn.h
src/ngircd/io.c
src/ngircd/irc-info.c
src/ngircd/resolve.c
src/tool/tool.c