[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: weird utmp/perl problem



*traditionally*, you openned /dev/tty, did an fstat(), and the kernel
filled in the real major/minor numbers for the tty you had; then you
scanned /dev/ (or wherever depending on how creative your system was)
and stat'ed things until you got a matching major/minor device
number.  (ttyname did all this; you only generally noticed when
debugging something with a syscall tracer...)


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: