1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

FreeBSD needs IPPORT_USERRESERVED defined as IPPORT_RESERVED as well.

This commit is contained in:
Alfred Perlstein 2002-04-29 06:40:49 +00:00
parent c5c456d9d2
commit 1f7d3bb40c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58293
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ksirtet/lib/wizard.cpp.old Mon Apr 22 10:51:55 2002
+++ ksirtet/lib/wizard.cpp Mon Apr 22 10:52:14 2002
@@ -24,7 +24,7 @@
#ifdef __bsdi__
#define IPPORT_USERRESERVED IPPORT_DYNAMIC
#endif
-#if defined(__NetBSD__) || defined(__sgi)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__sgi)
#define IPPORT_USERRESERVED IPPORT_RESERVED
#endif
#define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED

View File

@ -0,0 +1,11 @@
--- ksirtet/lib/wizard.cpp.old Mon Apr 22 10:51:55 2002
+++ ksirtet/lib/wizard.cpp Mon Apr 22 10:52:14 2002
@@ -24,7 +24,7 @@
#ifdef __bsdi__
#define IPPORT_USERRESERVED IPPORT_DYNAMIC
#endif
-#if defined(__NetBSD__) || defined(__sgi)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__sgi)
#define IPPORT_USERRESERVED IPPORT_RESERVED
#endif
#define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED