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: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=9b394bc887695da6db74f4b9796b4823e553f8cc;hp=9b394bc887695da6db74f4b9796b4823e553f8cc 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. ---