Help fix warnings by marking an argument as unused.

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@98882 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
markm 2002-06-26 17:05:08 +00:00
parent e151b0ff25
commit 22ff929ecd
1 changed files with 1 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)
{