From owner-freebsd-current Wed Feb 28 4:57: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (smtp.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id CC20C37B718 for ; Wed, 28 Feb 2001 04:56:55 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1SCumg31425; Wed, 28 Feb 2001 14:56:49 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.2/8.11.2) with ESMTP id f1SCugS53260; Wed, 28 Feb 2001 14:56:42 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A9CF587.8FE3E2DF@FreeBSD.org> Date: Wed, 28 Feb 2001 14:56:39 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: igorr@crosswinds.net Cc: freebsd-current@FreeBSD.org Subject: Re: struct ki_pri VS ki_priority in sys/user.h References: <20010223140324.A55387@office.naver.co.id> <20010223045037.A547@zippy.mybox.zip> <20010228152515.A13403@linux.rainbow> <20010228154834.A13861@linux.rainbow> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Igor Robul wrote: > On Wed, Feb 28, 2001 at 03:25:15PM +0300, Igor Robul wrote: > > Problem is, while compiling I get: > > cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./../../CContLib > > -I/usr/local/include -Wall -c ProcessList.c > > ProcessList.c: In function `updateProcess': > > ProcessList.c:199: structure has no member named `ki_priority' > Ok, now there is "struct ki_pri" instead of "int (?) ki_priority" > This is used in ksysguardd, so (hoping I'll not get problems) I have > changed ki_priority to ki_pri.pri_user in KDE source. > > But can somebody enlighten me on this topic? Should be fine. See http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/user.h. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message