freebsd-ports/security/portscanner/files/patch-ab
Andreas Klemm bba56e760c - fix from Peter:
get rid of 2nd half of the patch, fix was intended for
  cosmetical reasons, but broke portscanner
- bumped port revision

This error is now fixed:
portscanner -vv -v -v -b 1 -e 6 xx.xxx.xxx.xx
xx.xxx.xx.xx
Error assigning master socket: Too many open files
Exit 255

Submitted by:	Peter Edwards <peter.edwards@openet-telecom.com>
Approved by:	portmgr@ (Joe Marcus Clarke <marcus@marcuscom.com>)
2003-10-22 16:08:54 +00:00

12 lines
334 B
Text

--- portscanner.c.orig Wed Aug 19 10:37:44 1998
+++ portscanner.c Sun Jul 7 13:16:39 2002
@@ -25,8 +25,8 @@
/***********************************************************/
#include <stdio.h>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include <netdb.h>