cvs commit: src/usr.bin/id id.c
Chris Pressey
cpressey at crater.dragonflybsd.org
Fri Dec 31 12:59:10 PST 2004
cpressey 2004/12/31 12:58:17 PST
DragonFly src repository
Modified files:
usr.bin/id id.c
Log:
Apply some style(9):
- Remove casts to void when ignoring return values.
- Make local functions and prototypes static.
- Use array of gid_t, not array of int, for getgroups()
(same as FreeBSD revision 1.22.)
Submitted-by: Alexander 'alxl' Lobachov <alxl_at_alxl_dot_info>
Revision Changes Path
1.6 +57 -57 src/usr.bin/id/id.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/id/id.c.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list