Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: Got a process struct / need a tty. Message-ID: <2973@auspex.auspex.com> Date: 26 Feb 90 21:37:18 GMT References: <598@uncw.UUCP> <1990Feb26.011723.16061@NCoast.ORG> Organization: Auspex Systems, Santa Clara Lines: 8 >The major/minor device numbers are stored in the user struct, in u.u_ttyd on >USG Unix; I don't know if this was changed in BSD-based Unixes like Dynix. It hasn't changed in BSD, and I suspect it hasn't changed in most BSD-based systems. Note also that "/dev" may have subdirectories, and that they may contain tty devices, so you should check them too.