summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/netnamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/src/rpc/netnamer.c')
-rw-r--r--cpukit/librpc/src/rpc/netnamer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/librpc/src/rpc/netnamer.c b/cpukit/librpc/src/rpc/netnamer.c
index eac9913119..537464a383 100644
--- a/cpukit/librpc/src/rpc/netnamer.c
+++ b/cpukit/librpc/src/rpc/netnamer.c
@@ -57,8 +57,8 @@ static char *NETID = "netid.byname";
#endif
static char *NETIDFILE = "/etc/netid";
-static int getnetid __P(( char *, char * ));
-static int _getgroups __P(( char *, gid_t * ));
+static int getnetid ( char *, char * );
+static int _getgroups ( char *, gid_t * );
#ifndef NGROUPS
#define NGROUPS 16