pkgsrc-wip/proxyknife/patches/patch-ac
2006-12-06 16:09:26 +00:00

14 lines
376 B
Text

$NetBSD: patch-ac,v 1.1 2006/12/06 16:09:26 gschwarz Exp $
--- src/socks4.c.orig 2006-12-04 00:51:15.000000000 +0100
+++ src/socks4.c 2006-12-04 00:51:33.000000000 +0100
@@ -22,8 +22,8 @@
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>