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:
Mark Johnston 2016-10-16 19:12:22 +00:00
parent 9be66df1e1
commit 1d08a87aa8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307398

View file

@ -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;