From owner-freebsd-hackers Sun Nov 19 00:16:25 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18593 for hackers-outgoing; Sun, 19 Nov 1995 00:16:25 -0800 Received: from cls.net (freeside.cls.de [192.129.50.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id AAA18588 for ; Sun, 19 Nov 1995 00:16:20 -0800 Received: by mail.cls.net (Smail3.1.29.1) from allegro.lemis.de (192.109.197.134) with smtp id ; Sun, 19 Nov 95 08:16 GMT From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-To: grog@lemis.de (Greg Lehey) Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id JAA21987; Sun, 19 Nov 1995 09:10:46 +0100 Message-Id: <199511190810.JAA21987@allegro.lemis.de> Subject: Re: linux' mknod and named pipes. To: davidg@Root.COM Date: Sun, 19 Nov 1995 09:10:45 +0100 (MET) Cc: hackers@freebsd.org (FreeBSD Hackers) In-Reply-To: <199511190149.RAA00825@corbin.Root.COM> from "David Greenman" at Nov 18, 95 05:49:25 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 362 Sender: owner-hackers@freebsd.org Precedence: bulk David Greenman writes: > > >I'd prefer rolling the code together and replacing mkfifo(2) with > >mkfifo(3) that calls mknod(2). POSIXism's (which is what the mkfifo(2) > > The problem I have with this is that mknod() will be going away in the > future (think devfs). The function may go away. How are you going to address the issue of portability? Greg