Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA1461 ; Tue, 23 Feb 93 14:42:38 EST Xref: sserve comp.protocols.tcp-ip.domains:2713 comp.unix.xenix:10592 comp.unix.sysv386:26972 biz.sco.general:4019 comp.unix.bsd:11305 Newsgroups: comp.protocols.tcp-ip.domains,comp.unix.xenix,comp.unix.sysv386,biz.sco.general,comp.unix.bsd Path: sserve!manuel.anu.edu.au!munnari.oz.au!network.ucsd.edu!news.cerf.net!xenitec!news.byu.edu!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.uakron.edu!vax1.cc.uakron.edu!r1aaa From: r1aaa@vax1.cc.uakron.edu (Abdullah A Abonamah) Subject: the rdev field in sys/stat.h Message-ID: <1993Feb17.203722.24641@news.uakron.edu> Sender: abonamah@uakron.edu Organization: The University of Akron, Akron, Ohio References: <JAAPJL.93Feb8164406@cmb00.larc.nasa.gov> <1993Feb9.035242.27126jp@tygra.Michigan.COM> <1993Feb10.120625.2001@golem.waterloo.on.ca> Date: Wed, 17 Feb 1993 20:37:22 GMT Lines: 11 Hello everyone... I am writing a STREAMS device driver on a SCO platform and I have the following problem: When I open the device.. I get a warning from "5sialloc" saying that the opened file with its i-node has no rdev value.. I checked my open entry point and i see nothing wrong with it.. what would be the cause of such a message?? any hint or help would be greatly appreciated. Thanks in advance...