Code cleanup:

- Prefer modern declaration of functions
	- WARNS?= 4 -> 6
This commit is contained in:
Xin LI 2005-02-10 07:07:32 +00:00
parent f2566fc59b
commit 6e92ff07a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141603
2 changed files with 2 additions and 3 deletions

View File

@ -4,6 +4,6 @@ PROG= sa
MAN= sa.8
SRCS= main.c pdb.c usrdb.c
WARNS?= 4
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -372,8 +372,7 @@ acct_load(pn, wr)
}
static u_quad_t
decode_comp_t(comp)
comp_t comp;
decode_comp_t(comp_t comp)
{
u_quad_t rv;