diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/fspd/files/patch-contrib_fspscan.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/fspd/files/patch-contrib_fspscan.c b/net/fspd/files/patch-contrib_fspscan.c new file mode 100644 index 000000000000..4cb01861ebc2 --- /dev/null +++ b/net/fspd/files/patch-contrib_fspscan.c @@ -0,0 +1,20 @@ +--- contrib/fspscan.c.orig 2009-10-01 20:46:36 UTC ++++ contrib/fspscan.c +@@ -72,7 +72,7 @@ static void printhelp(int argc,char **ar + exit(0); + } + +-static void fdclose(void) ++static void myfdclose(void) + { + close(myfd); + } +@@ -150,7 +150,7 @@ int main(int argc,char **argv) + else + fprintf(logfile,"%0d...nada\n",remoteport); + fflush(logfile); +- fdclose(); ++ myfdclose(); + } + return 0; + } |