Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 16:32:44 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        kde@FreeBSD.org
Cc:        Mike Silbersack <silby@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet in.h
Message-ID:  <20020415163243.A358@straylight.oblivion.bg>
In-Reply-To: <200204140359.g3E3x3j68800@freefall.freebsd.org>; from silby@FreeBSD.org on Sat, Apr 13, 2002 at 08:59:03PM -0700
References:  <200204140359.g3E3x3j68800@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 13, 2002 at 08:59:03PM -0700, Mike Silbersack wrote:
> silby       2002/04/13 20:59:03 PDT
>=20
>   Modified files:        (Branch: RELENG_4)
>     sys/netinet          in.h=20
>   Log:
>   MFC rev 1.66
>  =20
>     Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, upda=
te
>     remaining comments to reflect new ephemeral port range.

Well, it seems that this was indeed unused in the base system,
but I think the attached patch will be needed now for the games/kdegames2
port :)

G'luck,
Peter

--=20
Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This sentence no verb.

--- ksirtet/lib/wizard.cpp.old	Mon Apr 15 16:15:44 2002
+++ ksirtet/lib/wizard.cpp	Mon Apr 15 16:18:27 2002
@@ -24,7 +24,7 @@
 #ifdef __bsdi__
 #define IPPORT_USERRESERVED IPPORT_DYNAMIC
 #endif
-#if defined(__NetBSD__) || defined(__sgi)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__sgi)
 #define IPPORT_USERRESERVED IPPORT_RESERVED
 #endif
 #define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020415163243.A358>