summaryrefslogtreecommitdiff
path: root/net/tcpsg/files/patch-tcpsg.c
blob: 775235decfcc0c5f8abcf9dcc1f5d797749febfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ./tcpsg.c.orig	2002-10-25 00:00:42.000000000 +0200
+++ ./tcpsg.c	2014-02-24 16:25:44.577054255 +0100
@@ -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("/usr/local/etc/tcpsg.conf");
   if (i==0)
   {
     for (i=0;i<main_opt.num_servers;i++)