Help fix warnings by marking an argument as unused.

This commit is contained in:
Mark Murray 2002-06-26 17:05:08 +00:00
parent 806893862d
commit 09e8dea793
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ auth_encrypt_user(char *name)
UserNameRequested = name ? strdup(name) : 0;
}
/* ARGSUSED */
void
auth_encrypt_connect(int cnt __unused)
{

View File

@ -90,6 +90,7 @@ auth_encrypt_user(char *name)
UserNameRequested = name ? strdup(name) : 0;
}
/* ARGSUSED */
void
auth_encrypt_connect(int cnt __unused)
{