summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/auth_none.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/src/rpc/auth_none.c')
-rw-r--r--cpukit/librpc/src/rpc/auth_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/src/rpc/auth_none.c b/cpukit/librpc/src/rpc/auth_none.c
index 61bf7d47fe..d88d150977 100644
--- a/cpukit/librpc/src/rpc/auth_none.c
+++ b/cpukit/librpc/src/rpc/auth_none.c
@@ -71,7 +71,7 @@ static struct authnone_private {
} *authnone_private;
AUTH *
-authnone_create()
+authnone_create(void)
{
struct authnone_private *ap = authnone_private;
XDR xdr_stream;