From owner-freebsd-current Wed Feb 28 4:49: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id D24F137B719 for ; Wed, 28 Feb 2001 04:48:52 -0800 (PST) (envelope-from igor@raduga.dyndns.org) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id QAA93533 for ; Wed, 28 Feb 2001 16:32:31 +0300 (MSK) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.1/8.10.1) id f1SCmYU13908 for freebsd-current@FreeBSD.ORG; Wed, 28 Feb 2001 15:48:34 +0300 Date: Wed, 28 Feb 2001 15:48:34 +0300 From: Igor Robul To: freebsd-current@FreeBSD.ORG Subject: struct ki_pri VS ki_priority in sys/user.h Message-ID: <20010228154834.A13861@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-current@FreeBSD.ORG References: <20010223140324.A55387@office.naver.co.id> <20010223045037.A547@zippy.mybox.zip> <20010228152515.A13403@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20010228152515.A13403@linux.rainbow>; from igor@raduga.dyndns.org on Wed, Feb 28, 2001 at 03:25:15PM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? -- Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message