diff options
author | wulf <wulf> | 2004-02-23 23:01:55 +0000 |
---|---|---|
committer | wulf <wulf> | 2004-02-23 23:01:55 +0000 |
commit | 3f28c7f48d3989d573b16ae7fb728d885ab1ff01 (patch) | |
tree | de101dd6ab49b80410fa3e673e5c9a1bff555a2e /ham/xdx/patches | |
parent | 25a7562765a03d6208eb457d39197d5f96ed719b (diff) | |
download | pkgsrc-3f28c7f48d3989d573b16ae7fb728d885ab1ff01.tar.gz |
Added new package xdx-1.1: Amateur Radio tcp/ip DX-cluster client
Diffstat (limited to 'ham/xdx/patches')
-rw-r--r-- | ham/xdx/patches/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ham/xdx/patches/patch-aa b/ham/xdx/patches/patch-aa new file mode 100644 index 00000000000..d6b6a26fd3c --- /dev/null +++ b/ham/xdx/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $ + +--- src/net.c.orig 2004-02-01 20:40:11.000000000 +1030 ++++ src/net.c 2004-02-01 20:40:36.000000000 +1030 +@@ -38,13 +38,13 @@ + #include <sys/types.h> + #include <string.h> + #include <errno.h> +-#include <resolv.h> + #include <netdb.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <signal.h> + #include <fcntl.h> ++#include <resolv.h> + #include <gtk/gtk.h> + #include "gui.h" + #include "net.h" |