]> granicus.if.org Git - strace/commit
quota: use printuid for id parameter printing
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 21 Sep 2016 03:10:57 +0000 (06:10 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 27 Sep 2016 00:57:20 +0000 (00:57 +0000)
commite87379b820851599dbb316a353ee993dfee2dfbc
tree81997cf600d2c697af0e0350ec38b0401242f0c6
parent0cda3e082316aeb2ecc7474d2a63e38218c17d46
quota: use printuid for id parameter printing

* quota.c (SYS_FUNC(quotactl)): Since id call argument is used for
user/group/project ID which all have special semantics for -1,
print it the same way as UIDs are printed.
quota.c