1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Fix build on 4.X.

Submitted by:	kris via pointyhat
This commit is contained in:
Alex Dupre 2005-09-12 14:43:38 +00:00
parent ce5d52e353
commit 3b11d31bfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142539

View File

@ -0,0 +1,13 @@
--- src/fd_set.cc.orig Mon Sep 12 14:37:15 2005
+++ src/fd_set.cc Mon Sep 12 14:38:03 2005
@@ -3,9 +3,8 @@
*/
-#include <ulimit.h>
-#include <sys/select.h>
#include <sys/types.h>
+#include <sys/select.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/resource.h>