From owner-freebsd-hackers Sat Nov 18 17:54:37 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA02296 for hackers-outgoing; Sat, 18 Nov 1995 17:54:37 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA02290 for ; Sat, 18 Nov 1995 17:54:33 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id RAA02489; Sat, 18 Nov 1995 17:54:25 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id RAA00825; Sat, 18 Nov 1995 17:49:25 -0800 Message-Id: <199511190149.RAA00825@corbin.Root.COM> To: Terry Lambert cc: grog@lemis.de, hackers@freebsd.org Subject: Re: linux' mknod and named pipes. In-reply-to: Your message of "Sat, 18 Nov 95 14:36:11 MST." <199511182136.OAA09694@phaeton.artisoft.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 18 Nov 1995 17:49:25 -0800 Sender: owner-hackers@freebsd.org Precedence: bulk >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). -DG