View | Details | Raw Unified | Return to bug 213506
Collapse All | Expand All

(-)b/libexec/ypxfr/ypxfr_getmap.c (-2 / +2 lines)
Lines 43-50 __FBSDID("$FreeBSD$"); Link Here
43
43
44
extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
44
extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
45
45
46
static int (*ypresp_allfn)();
46
extern int (*ypresp_allfn)();
47
static void *ypresp_data;
47
extern void *ypresp_data;
48
extern DB *specdbp;
48
extern DB *specdbp;
49
extern enum ypstat yp_errno;
49
extern enum ypstat yp_errno;
50
50

Return to bug 213506