[BACK]Return to pw_yp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / chpass

Diff for /src/usr.bin/chpass/Attic/pw_yp.c between version 1.16 and 1.17

version 1.16, 2002/06/27 19:02:40 version 1.17, 2003/04/17 07:37:04
Line 66 
Line 66 
 int  int
 pw_yp(struct passwd *pw, uid_t uid)  pw_yp(struct passwd *pw, uid_t uid)
 {  {
         char buf[10], *master, *p;          char buf[11], *master, *p;
         int r, rpcport, status, alen;          int r, rpcport, status, alen;
         struct yppasswd yppasswd;          struct yppasswd yppasswd;
         struct timeval tv;          struct timeval tv;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17