From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 18 08:50:23 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C02637B401 for ; Wed, 18 Jun 2003 08:50:23 -0700 (PDT) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C550743F85 for ; Wed, 18 Jun 2003 08:50:19 -0700 (PDT) (envelope-from mitya@fling-wing.demos.su) Received: from [194.87.5.69] (HELO fling-wing.demos.su) by demos.su (CommuniGate Pro SMTP 4.1b7/D) with ESMTP-TLS id 76371435 for hackers@freebsd.org; Wed, 18 Jun 2003 19:50:18 +0400 Received: from fling-wing.demos.su (localhost [127.0.0.1]) by fling-wing.demos.su (8.12.9/8.12.6) with ESMTP id h5IFoH5R089171 for ; Wed, 18 Jun 2003 19:50:17 +0400 (MSD) (envelope-from mitya@fling-wing.demos.su) Received: (from mitya@localhost) by fling-wing.demos.su (8.12.9/8.12.6/Submit) id h5IFoGvI089170 for hackers@freebsd.org; Wed, 18 Jun 2003 19:50:16 +0400 (MSD) Date: Wed, 18 Jun 2003 19:50:16 +0400 From: Dmitry Sivachenko To: hackers@freebsd.org Message-ID: <20030618155016.GA88834@fling-wing.demos.su> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.4i Subject: struct ipc_perm X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 15:50:23 -0000 Hello! Is there any reason why struct ipc_perm is not protected by #ifdef _KERNEL in ipc.h? Is it supposed to be used from userland? Thanks!