summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/auth_none.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 11:32:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 11:32:18 +0000
commita66bc0f761fcc23e27977921cfe583d1c9ba3e82 (patch)
treedf1394ed9059db704ff552239117a99e1ed1d547 /cpukit/librpc/src/rpc/auth_none.c
parent2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a66bc0f761fcc23e27977921cfe583d1c9ba3e82.tar.bz2
Stop using old-style function definitions.
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;