]> git.pld-linux.org Git - packages/exim.git/blob - exim-defs.patch
Rel 14; fix segfault in srs
[packages/exim.git] / exim-defs.patch
1 --- exim-4.82/src/ip.c~ 2013-10-25 02:46:27.000000000 +0200
2 +++ exim-4.82/src/ip.c  2014-05-15 11:33:48.683945055 +0200
3 @@ -468,6 +468,9 @@
4  else if (af == AF_INET6)
5    {
6    *level = IPPROTO_IPV6;
7 +#ifndef IPV6_TCLASS
8 +#define IPV6_TCLASS 67
9 +#endif
10    *optname = IPV6_TCLASS;
11    }
12  #endif
This page took 0.043749 seconds and 3 git commands to generate.