Index: head/net/fspd/files/patch-contrib_fspscan.c =================================================================== --- head/net/fspd/files/patch-contrib_fspscan.c (nonexistent) +++ head/net/fspd/files/patch-contrib_fspscan.c (revision 413964) @@ -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; + } Property changes on: head/net/fspd/files/patch-contrib_fspscan.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property