--- /* * Please do not edit this file. * It was generated using rpcgen. */ #include <rpc/rpc.h> #include "yppasswd.h" /* Default timeout can be changed using clnt_control() */ static struct timeval TIMEOUT = { 25, 0 }; int * yppasswdproc_update_1(argp, clnt) yppasswd *argp; CLIENT *clnt; { static int res; bzero((char *)&res, sizeof(res)); if (clnt_call(clnt, YPPASSWDPROC_UPDATE, xdr_yppasswd, argp, xdr_int, &res, TIMEOUT) != RPC_SUCCESS) { return (NULL); } return (&res); } ------ Anyone has ever managed to get a working NIS yppasswd program from this sources ? Thanx in advance. Marcel Bernards, UNIX & Net sysadm Netherlands Energy Research Foundation ECN (and SURFnet IC/ICP), Phone: (+31 /0)224 564579 Fax: (+31 /0)224 561864 E-Mail: Bernards_at_ECN.NL, SnailMail: P.O. Box 1, 1755 ZG Petten SCREAMNet : AAAAAARGHH!HUH?? : Disclaimer: "The AntiChrist is the Internet !"Received on Tue Nov 21 1995 - 12:24:07 NZDT
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:46 NZDT