From owner-freebsd-hackers Thu Nov 16 01:23:11 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA19867 for hackers-outgoing; Thu, 16 Nov 1995 01:23:11 -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 BAA19855 for ; Thu, 16 Nov 1995 01:23:08 -0800 Received: by mail.cls.net (Smail3.1.29.1) from allegro.lemis.de (192.109.197.134) with smtp id ; Thu, 16 Nov 95 09:22 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 KAA00693; Thu, 16 Nov 1995 10:09:23 +0100 Message-Id: <199511160909.KAA00693@allegro.lemis.de> Subject: Re: linux' mknod and named pipes. To: hasty@rah.star-gate.com (Amancio Hasty Jr.) Date: Thu, 16 Nov 1995 10:09:22 +0100 (MET) Cc: hackers@freebsd.org (FreeBSD Hackers) In-Reply-To: <199511151849.KAA01200@rah.star-gate.com> from "Amancio Hasty Jr." at Nov 15, 95 10:49:41 am 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: 617 Sender: owner-hackers@freebsd.org Precedence: bulk Amancio Hasty Jr. writes: > > >>> "Eric L. Hernes" said: > > > > Now that I've got doom and sound 85% done, and the first > > doom finished, I've moved on to abuse. > > > > It runs and is playable but the sound doesn't work > > ktrace shows it fails trying to make a pipe in /tmp with > > mknod(). FreeBSD's mknod is different enough to not > > let this work. Any ideas? > > Sure, turn mknod(arg,arg1,0) into a bsd mkfifo call anything else for now > just pass it thru to mknod 8) Is there any good reason why we shouldn't modify mknod to make a fifo when called with the appropriate parameters? Greg