projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b257938
)
#define s6_addr32, needed for FreeBSD.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 18 Mar 2002 14:19:02 +0000
(14:19 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 18 Mar 2002 14:19:02 +0000
(14:19 +0000)
src/netutl.c
patch
|
blob
|
history
diff --git
a/src/netutl.c
b/src/netutl.c
index c7c2a2d85e3dd68235dbbfb5a6a250b4e0845c38..d39640891ccdf1bb812c095350c31fd772e0bbf5 100644
(file)
--- a/
src/netutl.c
+++ b/
src/netutl.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: netutl.c,v 1.12.4.3
0 2002/03/17 16:08:39
guus Exp $
+ $Id: netutl.c,v 1.12.4.3
1 2002/03/18 14:19:02
guus Exp $
*/
#include "config.h"
@@
-43,6
+43,10
@@
#include "system.h"
+#ifndef s6_addr32
+#define s6_addr32 in6_u.u6_addr32
+#endif
+
int hostnames = 0;
/*