]> granicus.if.org Git - strace/commit
print_fields.h: rename PRINT_FIELD_UID to PRINT_FIELD_ID
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 5 Jan 2018 19:57:57 +0000 (20:57 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 8 Jan 2018 00:40:22 +0000 (00:40 +0000)
commit45532079c61df63697e6e4b5e6183c4663e0fbf0
treea8d1bf26de6daf27577e633c05e987b160c15443
parenta35f7f1fa1020760ed92b347f5d1e3a6b8993e66
print_fields.h: rename PRINT_FIELD_UID to PRINT_FIELD_ID

As uid is not the only thing that has a special treatment of the -1
value (and, as a result, needs special care), let's rename
PRINT_FIELD_UID to PRINT_FIELD_ID and make PRINT_FIELD_UID its alias.

* print_fields.h (PRINT_FIELD_ID): Rename from PRINT_FIELD_UID.
(PRINT_FIELD_UID): Define to PRINT_FIELD_ID.
print_fields.h