:: Re: [DNG] issue with procps, any hi…
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: Re: [DNG] issue with procps, any hints?
Hi,

On 20/12/22 20:56, aitor wrote:
> On 20/12/22 20:47, aitor wrote:
>> So, if I'm not mistaken,
>> the integer tty in `proc_t` really consists of an structure of type `dev_t`?
>
> Or perhaps it's just a "typedef int"... I can't remember :)
>

dev_t used to be a 16-bit integer value defined in <sys/types.h>.
Nowadays, they are still treated as 16-bit integers for now.
Macros are in <linux/kdev_t.h>

Aitor.