From: Guus Sliepen Date: Tue, 8 Sep 2009 19:45:24 +0000 (+0200) Subject: Ensure tinc compiles with gcc -std=c99. X-Git-Tag: release-1.0.10~42 X-Git-Url: http://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=9b394bc887695da6db74f4b9796b4823e553f8cc;hp=9b394bc887695da6db74f4b9796b4823e553f8cc;p=tinc 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. ---