Xref: utzoo comp.unix.internals:1814 comp.unix.questions:28032 comp.unix.sysv386:4012 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!think.com!masscomp!ocpt!tsdiag!moria!dcm From: dcm@moria.UUCP (David C. Miller) Newsgroups: comp.unix.internals,comp.unix.questions,comp.unix.sysv386 Subject: Re: Format of SVR4 UUCP lockfiles? Keywords: SVR4 UUCP Message-ID: <434@moria.UUCP> Date: 13 Jan 91 23:05:01 GMT References: <1990Dec29.235751.12480@ux1.cso.uiuc.edu> Followup-To: comp.unix.internals Distribution: usa Organization: The Black Chasm Lines: 11 In article <1990Dec29.235751.12480@ux1.cso.uiuc.edu> egray@osiris.cso.uiuc.edu (Emmet P. Gray) writes: > >Can someone give me a clue as to the format of the new SVR4 UUCP >lockfiles? I've figured out the second and third numbers (major and >minor devices numbers), but what is the first number? You're right, the 2nd and 3rd numbers are the major and minor of the st_dev field of stat. The first number is the major of the st_rdev field. David