Reference the libc symbols ypresp_{allfn,data} instead of local symbols.
This fixes a regression introduced in r285926. PR: 213506 MFC after: 3 days
This commit is contained in:
parent
9be66df1e1
commit
1d08a87aa8
@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
|
||||
|
||||
static int (*ypresp_allfn)();
|
||||
static void *ypresp_data;
|
||||
extern int (*ypresp_allfn)();
|
||||
extern void *ypresp_data;
|
||||
extern DB *specdbp;
|
||||
extern enum ypstat yp_errno;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user