From defc11dddc26eb184fca06670ae802b4b8896ecd Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 24 Apr 1997 19:37:59 +0000 Subject: Author applied our 4.4BSD patches and released a new version. Submitted by: John DiMarco --- sysutils/tcplist/files/patch-02 | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 sysutils/tcplist/files/patch-02 (limited to 'sysutils/tcplist/files/patch-02') diff --git a/sysutils/tcplist/files/patch-02 b/sysutils/tcplist/files/patch-02 deleted file mode 100644 index e5daecc457ce..000000000000 --- a/sysutils/tcplist/files/patch-02 +++ /dev/null @@ -1,28 +0,0 @@ ---- tcplist.c.orig Tue Apr 15 00:28:29 1997 -+++ tcplist.c Tue Apr 15 00:31:40 1997 -@@ -37,6 +37,10 @@ - #include - #include - -+#if ((defined(__unix__) || defined(unix)) && !defined(USG)) -+#include -+#endif -+ - #include "utils.h" - #include "tcplist.h" - -@@ -346,10 +350,14 @@ - - if(verbose) printf("Connecting to remote hosts.\n"); - -+#if (defined(BSD) && (BSD >= 199103)) -+ maxfd=getdtablesize(); /* could also use getrlimit(2) here... */ -+#else - if(0>(maxfd=ulimit(4,0l))){ - perror("ulimit"); - exit(2); - } -+#endif - - /* waltz through the connections in the hostlist, setting idents */ - /* to NULL */ -- cgit v1.2.3