Xref: utzoo comp.unix.questions:15358 comp.unix.wizards:17470 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Portable mknod ?? does it exist? Keywords: mknod Message-ID: <2320@auspex.auspex.com> Date: 2 Aug 89 18:29:55 GMT References: <178@cerc.wvu.wvnet.edu.edu> <1419@riscy.dec.com> <181@cerc.wvu.wvnet.edu.edu> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 12 >dec: decnod >myfifo created >ERRNO: 6 >Open Failed: No such device or address >dec: ls -l myfifo >crw-r--r-- 1 drs 255, 255 Aug 1 16:54 myfifo That ain't no FIFO, that's a character special file. The "mknod" call in the original posting looked OK, so either there's something funny in that code or there's a bug in Ultrix that causes it to create character special files when you ask it to create FIFOs....