Ensure tinc compiles with gcc -std=c99.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 8 Sep 2009 19:45:24 +0000 (21:45 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 8 Sep 2009 19:45:24 +0000 (21:45 +0200)
commit9b394bc887695da6db74f4b9796b4823e553f8cc
tree5a702266ef776488a07f4e4d289c0cf9096636cc
parentf52ea0a7eb0383cc2a5f41db1bf24c39424fdb04
Ensure tinc compiles with gcc -std=c99.

We use a lot of C99 features already, but also some extensions which are not in
the standard.
configure.in
src/connection.c
src/connection.h
src/net.c
src/node.h