From 4670ab14a9f2995731372b22a29b3cf210108eac Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 24 Mar 2002 01:11:49 +0000 Subject: Missed a __P in a .x file, remove it anyway --- include/rpcsvc/yppasswd.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/yppasswd.x b/include/rpcsvc/yppasswd.x index 1fef5d4..d453950 100644 --- a/include/rpcsvc/yppasswd.x +++ b/include/rpcsvc/yppasswd.x @@ -70,6 +70,6 @@ struct yppasswd { #ifdef RPC_HDR %#include -%extern int _yppasswd __P(( char * , struct x_passwd * )); +%extern int _yppasswd( char * , struct x_passwd * ); %#define yppasswd(x,y) _yppasswd(x,y) #endif -- cgit v1.1