From owner-cvs-all Mon Apr 15 8:52:13 2002 Delivered-To: cvs-all@freebsd.org Received: from patrocles.silby.com (d140.as14.nwbl0.wi.voyager.net [169.207.136.14]) by hub.freebsd.org (Postfix) with ESMTP id 4BD8637B419; Mon, 15 Apr 2002 08:52:04 -0700 (PDT) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.2/8.12.2) with ESMTP id g3FLpiLx004984; Mon, 15 Apr 2002 16:51:44 -0500 (CDT) (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.2/8.12.2/Submit) with ESMTP id g3FLpDou004981; Mon, 15 Apr 2002 16:51:43 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Mon, 15 Apr 2002 16:51:12 -0500 (CDT) From: Mike Silbersack To: Peter Pentchev Cc: kde@FreeBSD.org, , Subject: Re: cvs commit: src/sys/netinet in.h In-Reply-To: <20020415163243.A358@straylight.oblivion.bg> Message-ID: <20020415164937.B4934-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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