1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-12-01 17:36:10 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Barak A. Pearlmutter
29b7110bc6 avoid incomplete type issue
src/iodined.c: In function ‘read_dns’:
src/iodined.c:2062:34: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_pktinfo’
  char control[CMSG_SPACE(sizeof (struct in6_pktinfo))];
                                  ^
2016-12-28 12:23:16 +01:00
Barak A. Pearlmutter
0f6285d45c do gcc -Wall the autotools way 2016-12-28 12:15:17 +01:00
Barak A. Pearlmutter
d96c2ea431 do gcc -std=c99 the autotools way 2016-12-28 12:15:12 +01:00
Barak A. Pearlmutter
9e5e197376 update version number in autotools 2016-12-28 11:29:42 +01:00
Barak A. Pearlmutter
469edfa1b6 autotoolize 2014-04-25 14:29:32 +01:00