ubase

suckless linux base utils
git clone git://git.suckless.org/ubase
Log | Files | Refs | README | LICENSE

commit a27035c281a8ef1e7420e8c4dd6afa2045692061
parent e45e64491ea092fd40e358ce7a81c2736d747f02
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  9 Jul 2014 15:52:40 +0000

ps: whoops wrong copy-pasterino

Diffstat:
Mps.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ps.c b/ps.c @@ -140,7 +140,7 @@ psout(struct procstat *ps) if (errno) eprintf("getpwuid %d:", pstatus.uid); else - eprintf("getpwuid %d: no such user\n", id); + eprintf("getpwuid %d: no such user\n", pstatus.uid); } if (sysinfo(&info) < 0)