summaryrefslogtreecommitdiff
path: root/net/tcpsg/files/patch-tcpsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpsg/files/patch-tcpsg.c')
-rw-r--r--net/tcpsg/files/patch-tcpsg.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/tcpsg/files/patch-tcpsg.c b/net/tcpsg/files/patch-tcpsg.c
new file mode 100644
index 000000000000..8c50333a83a4
--- /dev/null
+++ b/net/tcpsg/files/patch-tcpsg.c
@@ -0,0 +1,21 @@
+--- tcpsg.c.orig Wed Oct 30 13:14:39 2002
++++ tcpsg.c Wed Oct 30 13:41:13 2002
+@@ -39,8 +39,8 @@
+
+ /* Network Headers */
+ #include <sys/socket.h>
+-#include <arpa/inet.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <netdb.h>
+
+ /*
+@@ -229,7 +229,7 @@
+ int set_config()
+ {
+ int i,j;
+- i=read_config("/etc/tcpsg.conf");
++ i=read_config("%%PREFIX%%/etc/tcpsg.conf");
+ if (i==0)
+ {
+ for (i=0;i<main_opt.num_servers;i++)