Date: Mon, 15 Apr 2002 16:51:12 -0500 (CDT) From: Mike Silbersack <silby@silby.com> To: Peter Pentchev <roam@ringlet.net> Cc: kde@FreeBSD.org, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/netinet in.h Message-ID: <20020415164937.B4934-100000@patrocles.silby.com> In-Reply-To: <20020415163243.A358@straylight.oblivion.bg>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Apr 2002, Peter Pentchev wrote: > 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 > > -- > 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 I'll have to try installing that port and looking at how IPPORT_USERRESERVED was being used. I can tall you from a quick glance that the patch above is _not_ correct! IPPORT_USERRESERVED equalled 5000, IPPORT_RESERVED == 1024. I have no clue why those definitions were being used in the first place in a kde game either way. Mike "Silby" Silbersack 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?20020415164937.B4934-100000>