From owner-freebsd-isp Sun Jan 18 14:47:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21973 for freebsd-isp-outgoing; Sun, 18 Jan 1998 14:47:58 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21969 for ; Sun, 18 Jan 1998 14:47:51 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA06522; Mon, 19 Jan 1998 09:16:02 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA13118; Mon, 19 Jan 1998 09:16:01 +1030 (CST) (envelope-from grog) Message-ID: <19980119091600.39955@lemis.com> Date: Mon, 19 Jan 1998 09:16:00 +1030 From: Greg Lehey To: Chuck Cc: Ruslan@Shevchenko.kiev.ua, das@netcom.com, freebsd-isp@FreeBSD.ORG Subject: Re: Is FreeBSD UNIX? References: <199801181736.MAA14218@capecod.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199801181736.MAA14218@capecod.net>; from Chuck on Sun, Jan 18, 1998 at 12:36:46PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jan 18, 1998 at 12:36:46PM -0500, Chuck wrote: >> From Ruslan@Shevchenko.kiev.ua Sat Jan 17 18:00:26 1998 >> Date: Sat, 17 Jan 1998 18:00:26 +0200 >> From: Ruslan Shevchenko >> To: Chuck >> CC: das@netcom.com, freebsd-isp@FreeBSD.ORG >> Subject: Re: Is FreeBSD UNIX? > >> Chuck wrote: > >>> FreeBSD has gid_t. I suspect also uid_t. >>> >>> ?From a grep: >>> /usr/include/sys/types.h:typedef u_int32_t gid_t; /* group id */ >>> > >> Yes. The matter is, that FreeBSD not use them in struct passwd, i.e.passwd.git and >> passwd.uid are int-s, when they must be gid_t and uid_t > >>> Chuck Bacon -- crtb@capecod.net >>> ABHOR SECRECY -- DEFEND PRIVACY >>> >>> Ruslan@Shevchenko.Kiev.UA wrote: >>> ?Das Devaraj wrote: >>> [ ... ] >>> ?FreeBSD is not full compability with standart, (for example have no >>> ?uid_t and gid_t), >>> ?but near 95% of standart work. >>> [ ... ] >>> ? @= >>> ? //RSSH mailto://Ruslan@Shevchenko.Kiev.UA > > Well I'll be damned! You're right. /usr/include/pwd.h has int in > struct passwd. Somebody fix, please?! The correct way to get this done is to enter a PR. Greg