View | Details | Raw Unified | Return to bug 208815
Collapse All | Expand All

(-)files/patch-contrib_fspscan.c (+20 lines)
Line 0 Link Here
1
--- contrib/fspscan.c.orig	2009-10-01 20:46:36 UTC
2
+++ contrib/fspscan.c
3
@@ -72,7 +72,7 @@ static void printhelp(int argc,char **ar
4
     exit(0);
5
 }
6
 
7
-static void fdclose(void)
8
+static void myfdclose(void)
9
 {
10
     close(myfd);
11
 }
12
@@ -150,7 +150,7 @@ int main(int argc,char **argv)
13
         else
14
 	    fprintf(logfile,"%0d...nada\n",remoteport);
15
         fflush(logfile);
16
-        fdclose();
17
+        myfdclose();
18
     }
19
     return 0;
20
 }

Return to bug 208815