5fa8c0b38c
way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. ok benoit@
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
$OpenBSD: patch-src_common_c,v 1.1.1.1 2011/12/01 11:49:27 pascal Exp $
|
|
--- src/common.c.orig Sun Oct 23 19:17:30 2011
|
|
+++ src/common.c Sun Oct 30 17:07:11 2011
|
|
@@ -39,9 +39,9 @@
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <sys/types.h>
|
|
-#include <netinet/in.h>
|
|
|
|
#include "common.h"
|
|
|