Re: chroot,whoami: use uintmax_t for printing uids

2024-10-07 Thread Pádraig Brady
On 07/10/2024 06:33, Collin Funk wrote: I noticed these two calls to error assume that uid_t fits in int and unsigned long int. Attached patch fixes it. Applied. thanks! Pádraig

chroot,whoami: use uintmax_t for printing uids

2024-10-06 Thread Collin Funk
I noticed these two calls to error assume that uid_t fits in int and unsigned long int. Attached patch fixes it. CollinFrom 31aa496133ded6132ca94538ad9388eba589b3b3 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 6 Oct 2024 22:19:51 -0700 Subject: [PATCH] chroot,whoami: use uintmax_t for