mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 13 additions and 0 deletions
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…
Add table
Reference in a new issue