Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
$NetBSD: patch-ae,v 1.1 2002/01/10 16:43:28 skrll Exp $
--- qw_common/net.h.orig Wed Jan 12 03:03:44 2000
+++ qw_common/net.h
@@ -25,16 +25,14 @@
#define PORT_ANY -1
-#ifdef AF_INET6
typedef struct
{
- unsigned int ip[4];
+#ifdef AF_INET6
+ u_int32_t ip[4];
unsigned char family;
unsigned short port;
unsigned short pad;
#else
-typedef struct
-{
byte ip[4];
unsigned short port;
unsigned short pad;