K 10 svn:author V 6 robert K 8 svn:date V 27 2005-04-28T15:55:54.000000Z K 7 svn:log V 449 - Merge two functions for printing `id' output. Showing the ids of both an user given by an argument to `id', and the current user, is now handled in a single function. Displaying the current user's ids was inaccurate because getgroups(2) had been used. getgroups(2) returns the current kernel state of a user's groups, which may not always be correct if /etc/group was recently changed. - Fix a few style bugs. PR: bin/78085 END