- Fix build on 4.x
PR: ports/67336 Submitted by: maintainer
This commit is contained in:
parent
814d09112a
commit
578d969c79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110272
2 changed files with 22 additions and 8 deletions
|
@ -1,7 +1,14 @@
|
|||
diff -ur /tmp/tor-0.0.6.2/src/common/util.c ./src/common/util.c
|
||||
--- /tmp/tor-0.0.6.2/src/common/util.c Sun May 2 00:29:20 2004
|
||||
+++ ./src/common/util.c Fri May 28 14:49:22 2004
|
||||
@@ -56,7 +56,9 @@
|
||||
--- src/common/util.c.orig Sun May 2 01:29:20 2004
|
||||
+++ src/common/util.c Sat May 29 15:19:02 2004
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/param.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@@ -56,7 +57,9 @@
|
||||
#include <sys/limits.h>
|
||||
#endif
|
||||
#ifdef HAVE_MACHINE_LIMITS_H
|
||||
|
|
|
@ -1,7 +1,14 @@
|
|||
diff -ur /tmp/tor-0.0.6.2/src/common/util.c ./src/common/util.c
|
||||
--- /tmp/tor-0.0.6.2/src/common/util.c Sun May 2 00:29:20 2004
|
||||
+++ ./src/common/util.c Fri May 28 14:49:22 2004
|
||||
@@ -56,7 +56,9 @@
|
||||
--- src/common/util.c.orig Sun May 2 01:29:20 2004
|
||||
+++ src/common/util.c Sat May 29 15:19:02 2004
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/param.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@@ -56,7 +57,9 @@
|
||||
#include <sys/limits.h>
|
||||
#endif
|
||||
#ifdef HAVE_MACHINE_LIMITS_H
|
||||
|
|
Loading…
Reference in a new issue