[arch-commits] Commit in iputils/trunk (iputils-20070202-no-open-max.patch)
Tobias Powalowski
tpowa at archlinux.org
Sat Feb 20 10:55:58 UTC 2010
Date: Saturday, February 20, 2010 @ 05:55:58
Author: tpowa
Revision: 69344
remove unneeded patch
Deleted:
iputils/trunk/iputils-20070202-no-open-max.patch
------------------------------------+
iputils-20070202-no-open-max.patch | 16 ----------------
1 file changed, 16 deletions(-)
Deleted: iputils-20070202-no-open-max.patch
===================================================================
--- iputils-20070202-no-open-max.patch 2010-02-20 10:53:08 UTC (rev 69343)
+++ iputils-20070202-no-open-max.patch 2010-02-20 10:55:58 UTC (rev 69344)
@@ -1,16 +0,0 @@
-the OPEN_MAX define has been removed in newer kernel headers so use the
-proper method of getting the value dynamically
-
-http://bugs.gentoo.org/195861
-
---- a/rdisc.c
-+++ b/rdisc.c
-@@ -247,7 +247,7 @@ void do_fork(void)
- if ((pid=fork()) != 0)
- exit(0);
-
-- for (t = 0; t < OPEN_MAX; t++)
-+ for (t = 0; t < sysconf(_SC_OPEN_MAX); t++)
- if (t != s)
- close(t);
-
More information about the arch-commits
mailing list