summaryrefslogtreecommitdiff
path: root/chat/eggdrop/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-11 06:37:50 +0000
committerminskim <minskim>2004-03-11 06:37:50 +0000
commit21447a3523b7cc7dc5ae3989741629a5987ef68d (patch)
treedd6189d51a311a8a13e0a5643e9f3dfb3263e822 /chat/eggdrop/patches
parentf581dac3fd5a4bf6e5a56e49b5d94ba898769d87 (diff)
downloadpkgsrc-21447a3523b7cc7dc5ae3989741629a5987ef68d.tar.gz
Switch to Tcl 8.4. It will close PR pkg/24739.
Diffstat (limited to 'chat/eggdrop/patches')
-rw-r--r--chat/eggdrop/patches/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/eggdrop/patches/patch-af b/chat/eggdrop/patches/patch-af
new file mode 100644
index 00000000000..0b008593f2e
--- /dev/null
+++ b/chat/eggdrop/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2004/03/11 06:37:50 minskim Exp $
+
+--- src/mod/uptime.mod/uptime.c.orig 2003-05-04 17:05:33.000000000 -0500
++++ src/mod/uptime.mod/uptime.c
+@@ -34,8 +34,8 @@
+ #define MAKING_UPTIME
+ #include "uptime.h"
+ #include "../module.h"
+-#include "../server.mod/server.h"
+ #include <netdb.h>
++#include "../server.mod/server.h"
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <unistd.h>