yp_errno is an enum ypstat
.
PR: 29190 Submitted by: Cristan Szmajda <cristan@unsw.edu.au> Reviewed by: md5(1)
This commit is contained in:
parent
45eda4d161
commit
44bf20e1b6
@ -48,7 +48,7 @@ extern bool_t xdr_ypresp_all_seq __P(( XDR *, unsigned long * ));
|
||||
int (*ypresp_allfn)();
|
||||
void *ypresp_data;
|
||||
extern DB *specdbp;
|
||||
extern int yp_errno;
|
||||
extern enum ypstat yp_errno;
|
||||
|
||||
/*
|
||||
* This is largely the same as yp_all() except we do the transfer
|
||||
|
Loading…
Reference in New Issue
Block a user