Update pkgutils (to resolve warnings)
Update pkgutils to the latest commit. This is done in order to resolve the warnings that are emitted by the current version of pkgutils. This occurs many times on a from scratch build due to pkgutils being invoked many times.
To test this change I ran: make distclean; PODMAN_BUILD=1 make all
and observed that the warnings are gone.
I also ran make qemu
and messed around with pkg
command a bit in the running redox system.
Edited by Lucas Kent