Removed warning.

This commit is contained in:
Joel Sherrill
1999-03-31 22:51:44 +00:00
parent 6a107099d7
commit f4709895cd
2 changed files with 4 additions and 0 deletions

View File

@@ -62,11 +62,13 @@ enum auth_stat _svcauth_short(); /* short hand unix style */
static struct {
enum auth_stat (*authenticator)();
} svcauthsw[] = {
{
_svcauth_null, /* AUTH_NULL */
#ifdef MR
_svcauth_unix, /* AUTH_UNIX */
_svcauth_short /* AUTH_SHORT */
#endif
}
};
#ifdef MR

View File

@@ -62,11 +62,13 @@ enum auth_stat _svcauth_short(); /* short hand unix style */
static struct {
enum auth_stat (*authenticator)();
} svcauthsw[] = {
{
_svcauth_null, /* AUTH_NULL */
#ifdef MR
_svcauth_unix, /* AUTH_UNIX */
_svcauth_short /* AUTH_SHORT */
#endif
}
};
#ifdef MR