db3c6866af
- While here, fix build and add staging - TODO: binary still segfaults PR: 191902 Submitted by: pkubaj@riseup.net
11 lines
305 B
C++
11 lines
305 B
C++
--- src/IPv6Address.cc.orig 2010-09-28 03:35:16.000000000 +0200
|
|
+++ src/IPv6Address.cc 2014-07-18 10:19:48.000000000 +0200
|
|
@@ -7,6 +7,8 @@
|
|
#include "IPv6Address.h"
|
|
#include "util.h"
|
|
|
|
+#define s6_addr16 __u6_addr.__u6_addr16
|
|
+
|
|
uint16_t IPv6Address::GetShort( int index ) const
|
|
{
|
|
assert(index >= 0);
|