aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-24 01:11:49 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-24 01:11:49 +0000
commitf1f4666ecd42fb0fcbbdbcf6a78c599cf7c16419 (patch)
tree65af0a6cbfd970db21815053d4e8f562caf4a414
parent35c85fe2c8877622388a95c0ee8cafba24901d91 (diff)
Missed a __P in a .x file, remove it anyway
Notes
Notes: svn path=/head/; revision=93064
-rw-r--r--include/rpcsvc/yppasswd.x2
1 files changed, 1 insertions, 1 deletions
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 <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