diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-24 01:11:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-24 01:11:49 +0000 |
| commit | f1f4666ecd42fb0fcbbdbcf6a78c599cf7c16419 (patch) | |
| tree | 65af0a6cbfd970db21815053d4e8f562caf4a414 /include/rpcsvc | |
| parent | 35c85fe2c8877622388a95c0ee8cafba24901d91 (diff) | |
Notes
Diffstat (limited to 'include/rpcsvc')
| -rw-r--r-- | include/rpcsvc/yppasswd.x | 2 |
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 |
