]> git.ipfire.org Git - thirdparty/cups.git/commit
Use uid_t to deal with uids instead of integers 538/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 17 Nov 2022 15:23:26 +0000 (10:23 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Tue, 22 Nov 2022 18:20:05 +0000 (13:20 -0500)
commitdcd5ebdcbebcf1f66f65932408683166812ea504
tree57058aff537b9e794e729c7bb39bff178fe10748
parent0329e8caa7244ae3e7e29061ac8ff1b381155393
Use uid_t to deal with uids instead of integers

We can also use strtoul to convert strings since uid_t is unsigned.
cups/encode.c
scheduler/conf.c
scheduler/cups-deviced.c
scheduler/cups-exec.c
scheduler/file.c
scheduler/ipp.c
scheduler/main.c
scheduler/policy.c
scheduler/printers.c
scheduler/util.c