From 9f4040a13b1849539679f71183c4118f015b6412 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 05:40:52 +0000 Subject: Eliminate __P(). --- cpukit/librpc/include/rpc/auth_unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/librpc/include/rpc/auth_unix.h') 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 /* -- cgit v1.2.3