mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Remove use of IPPORT_USERRESERVED, fix build on 5.0.
This commit is contained in:
parent
940d110922
commit
390f55052c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68840
11
www/harvest/files/patch-ad
Normal file
11
www/harvest/files/patch-ad
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/broker/Glimpse/index.c.old Fri Oct 25 19:52:18 2002
|
||||
+++ src/broker/Glimpse/index.c Fri Oct 25 19:52:34 2002
|
||||
@@ -192,7 +192,7 @@
|
||||
GL_GlimpseSrvPort = -1;
|
||||
return;
|
||||
}
|
||||
- if (GL_GlimpseSrvPort <= IPPORT_USERRESERVED) {
|
||||
+ if (GL_GlimpseSrvPort <= 5000) {
|
||||
/* choose a random port number between 16384-30000 */
|
||||
#if defined(HAVE_SRAND48) && defined(HAVE_LRAND48)
|
||||
srand48(time(NULL));
|
Loading…
Reference in New Issue
Block a user