From f1f4666ecd42fb0fcbbdbcf6a78c599cf7c16419 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 24 Mar 2002 01:11:49 +0000 Subject: [PATCH] Missed a __P in a .x file, remove it anyway --- include/rpcsvc/yppasswd.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rpcsvc/yppasswd.x b/include/rpcsvc/yppasswd.x index 1fef5d4e26f0..d4539503ab8a 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