From owner-freebsd-current Thu Mar 7 10:25:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from hermes.dialup.ru (hermes.dialup.ru [194.87.16.230]) by hub.freebsd.org (Postfix) with ESMTP id ADA5A37B405; Thu, 7 Mar 2002 10:25:11 -0800 (PST) Received: from hermes.dialup.ru (ache@localhost [127.0.0.1]) by hermes.dialup.ru (8.12.2/8.12.2) with ESMTP id g27IP5Zm020795; Thu, 7 Mar 2002 21:25:09 +0300 (MSK) (envelope-from ache@hermes.dialup.ru) Received: (from ache@localhost) by hermes.dialup.ru (8.12.2/8.12.2/Submit) id g27IP47f020794; Thu, 7 Mar 2002 21:25:04 +0300 (MSK) Date: Thu, 7 Mar 2002 21:25:04 +0300 From: "Andrey A. Chernov" To: mike@freebsd.org, current@freebsd.org Subject: fix is incomplete Message-ID: <20020307182504.GA20764@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fix is incomplete because 'u_int32_t' is not defined (but must be) for standalone . Please add some includes for u_int32_t definition too, probably To see it, try to compile following program: #include main () {} and get: /usr/include/grp.h:53: syntax error before `gid_t' /usr/include/grp.h:53: warning: data definition has no type or storage class /usr/include/grp.h:59: syntax error before `gid_t' /usr/include/grp.h:64: warning: parameter names (without types) in function declaration /usr/include/grp.h:72: syntax error before `int' -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message