summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpcsvc/yppasswd.x
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/rpcsvc/yppasswd.x
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9f4040a13b1849539679f71183c4118f015b6412.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/librpc/include/rpcsvc/yppasswd.x')
-rw-r--r--cpukit/librpc/include/rpcsvc/yppasswd.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/include/rpcsvc/yppasswd.x b/cpukit/librpc/include/rpcsvc/yppasswd.x
index bcc83a1346..73dca8e7ca 100644
--- a/cpukit/librpc/include/rpcsvc/yppasswd.x
+++ b/cpukit/librpc/include/rpcsvc/yppasswd.x
@@ -70,6 +70,6 @@ struct yppasswd {
#ifdef RPC_HDR
%#include <sys/cdefs.h>
-%extern int _yppasswd __P(( char * , struct x_passwd * ));
+%extern int _yppasswd ( char * , struct x_passwd * );
%#define yppasswd(x,y) _yppasswd(x,y)
#endif