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:
parent
ce5d52e353
commit
3b11d31bfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142539
13
net/portfwd/files/patch-src_fd_set.cc
Normal file
13
net/portfwd/files/patch-src_fd_set.cc
Normal 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>
|
Loading…
Reference in New Issue
Block a user