svn commit: r413964 - head/net/fspd/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 24 22:41:29 UTC 2016


Author: amdmi3
Date: Sun Apr 24 22:41:27 2016
New Revision: 413964
URL: https://svnweb.freebsd.org/changeset/ports/413964

Log:
  - Fix build on 11.x
  
  PR:		208815
  Submitted by:	amdmi3
  Approved by:	hsn at sendmail.cz (maintainer)

Added:
  head/net/fspd/files/patch-contrib_fspscan.c   (contents, props changed)

Added: head/net/fspd/files/patch-contrib_fspscan.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/fspd/files/patch-contrib_fspscan.c	Sun Apr 24 22:41:27 2016	(r413964)
@@ -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;
+ }


More information about the svn-ports-all mailing list