Missed a __P in a .x file, remove it anyway
This commit is contained in:
parent
35c85fe2c8
commit
f1f4666ecd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user