summaryrefslogtreecommitdiff
path: root/net-p2p/lopster/files/patch-src::global.c
blob: 3ad87740d577a7fc7847c317581557d54ee5403e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- src/global.c.orig	Sun Nov  4 13:30:19 2001
+++ src/global.c	Sat Jan 26 22:15:50 2002
@@ -1333,7 +1333,6 @@
   
   return NULL;
 }
-*/
 
 char *strcasestr(char *str, char *sub)
 {
@@ -1361,6 +1360,7 @@
 
   return NULL;
 }
+*/
 
 int idle_function(gpointer data ATTR_UNUSED)
 {
@@ -3597,7 +3597,7 @@
   global.auto_save = NULL;
   global.execs = NULL;
   global.pings = NULL;
-  global.ping_command = l_strdup("/bin/ping -c 3 $IP");
+  global.ping_command = l_strdup("/sbin/ping -c 3 $IP");
 
   global.browse_width[0] = 369;
   global.browse_width[1] = 80;