DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/id id.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]