Apply some style(9):
authorChris Pressey <cpressey@dragonflybsd.org>
Fri, 31 Dec 2004 20:58:17 +0000 (20:58 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Fri, 31 Dec 2004 20:58:17 +0000 (20:58 +0000)
commit85dd5a5d5679d394e2298ef73c09de286d68c4dc
treed9d7a3bbcf020712e195583d11845b19915231e9
parentd50bb240b1dd1b0e5572bf9969b852339b86c4fb
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>
usr.bin/id/id.c