Missed a __P in a .x file, remove it anyway

This commit is contained in:
Warner Losh 2002-03-24 01:11:49 +00:00
parent 35c85fe2c8
commit f1f4666ecd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93064

View file

@ -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