Avoid usage of implicit int.

This commit is contained in:
Stefan Farfeleder 2005-02-07 21:42:16 +00:00
parent 86601b3a10
commit a4a3daa6f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141482

View File

@ -237,6 +237,7 @@ static int match(char *, char *);
* if there is no access violation. This function updates * if there is no access violation. This function updates
* the local file and then shuts up. * the local file and then shuts up.
*/ */
int
localupdate(char *name, char *filename, u_int op, u_int keylen, localupdate(char *name, char *filename, u_int op, u_int keylen,
char *key, u_int datalen, char *data) char *key, u_int datalen, char *data)
{ {
@ -323,7 +324,7 @@ localupdate(char *name, char *filename, u_int op, u_int keylen,
return (err); return (err);
} }
static static int
match(char *line, char *name) match(char *line, char *name)
{ {
int len; int len;