summaryrefslogtreecommitdiffstats
path: root/usr.bin/newkey
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-02-07 21:42:16 +0000
committerstefanf <stefanf@FreeBSD.org>2005-02-07 21:42:16 +0000
commit02bfff4c56f6f8324d4a82f6409eb4a3d8151a0b (patch)
tree324e812c9827d58ee809a42236c11bb1ac8fbe72 /usr.bin/newkey
parentdeccb7b6bc760395962167cc016ec355cd062764 (diff)
downloadFreeBSD-src-02bfff4c56f6f8324d4a82f6409eb4a3d8151a0b.zip
FreeBSD-src-02bfff4c56f6f8324d4a82f6409eb4a3d8151a0b.tar.gz
Avoid usage of implicit int.
Diffstat (limited to 'usr.bin/newkey')
-rw-r--r--usr.bin/newkey/update.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c
index e10acd9..533568f 100644
--- a/usr.bin/newkey/update.c
+++ b/usr.bin/newkey/update.c
@@ -237,6 +237,7 @@ static int match(char *, char *);
* if there is no access violation. This function updates
* the local file and then shuts up.
*/
+int
localupdate(char *name, char *filename, u_int op, u_int keylen,
char *key, u_int datalen, char *data)
{
@@ -323,7 +324,7 @@ localupdate(char *name, char *filename, u_int op, u_int keylen,
return (err);
}
-static
+static int
match(char *line, char *name)
{
int len;
OpenPOWER on IntegriCloud