summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/auth_unix.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:40:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:40:52 +0000
commit9f4040a13b1849539679f71183c4118f015b6412 (patch)
tree60c8d671d8cf5b127a99904e28e2ccbca514ff26 /cpukit/librpc/include/rpc/auth_unix.h
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9f4040a13b1849539679f71183c4118f015b6412.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/librpc/include/rpc/auth_unix.h')
-rw-r--r--cpukit/librpc/include/rpc/auth_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/include/rpc/auth_unix.h b/cpukit/librpc/include/rpc/auth_unix.h
index 64632a53ea..ee4467217b 100644
--- a/cpukit/librpc/include/rpc/auth_unix.h
+++ b/cpukit/librpc/include/rpc/auth_unix.h
@@ -69,7 +69,7 @@ struct authunix_parms {
#define authsys_parms authunix_parms
__BEGIN_DECLS
-extern bool_t xdr_authunix_parms __P((XDR *, struct authunix_parms *));
+extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
__END_DECLS
/*