forked from Imagelibrary/rtems
Removed warning.
This commit is contained in:
@@ -62,11 +62,13 @@ enum auth_stat _svcauth_short(); /* short hand unix style */
|
|||||||
static struct {
|
static struct {
|
||||||
enum auth_stat (*authenticator)();
|
enum auth_stat (*authenticator)();
|
||||||
} svcauthsw[] = {
|
} svcauthsw[] = {
|
||||||
|
{
|
||||||
_svcauth_null, /* AUTH_NULL */
|
_svcauth_null, /* AUTH_NULL */
|
||||||
#ifdef MR
|
#ifdef MR
|
||||||
_svcauth_unix, /* AUTH_UNIX */
|
_svcauth_unix, /* AUTH_UNIX */
|
||||||
_svcauth_short /* AUTH_SHORT */
|
_svcauth_short /* AUTH_SHORT */
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef MR
|
#ifdef MR
|
||||||
|
|||||||
@@ -62,11 +62,13 @@ enum auth_stat _svcauth_short(); /* short hand unix style */
|
|||||||
static struct {
|
static struct {
|
||||||
enum auth_stat (*authenticator)();
|
enum auth_stat (*authenticator)();
|
||||||
} svcauthsw[] = {
|
} svcauthsw[] = {
|
||||||
|
{
|
||||||
_svcauth_null, /* AUTH_NULL */
|
_svcauth_null, /* AUTH_NULL */
|
||||||
#ifdef MR
|
#ifdef MR
|
||||||
_svcauth_unix, /* AUTH_UNIX */
|
_svcauth_unix, /* AUTH_UNIX */
|
||||||
_svcauth_short /* AUTH_SHORT */
|
_svcauth_short /* AUTH_SHORT */
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef MR
|
#ifdef MR
|
||||||
|
|||||||
Reference in New Issue
Block a user