Antonio Huete Jimenez <[email protected]> added the comment:
id_t is defined in our sys/types.h as described in posix (look for types.h in http://www.opengroup.org/onlinepubs/9699919799/) It says: id_t Used as a general identifier; can be used to contain at least a pid_t, uid_t, or gid_t. So from my understanding I think it is okay to use id_t. Regards, Antonio Huete _____________________________________________________ DragonFly issue tracker <[email protected]> <http://bugs.dragonflybsd.org/issue1390> _____________________________________________________
