doc/share/security/patches/EN-17:02/yp.patch
2017-02-23 07:28:05 +00:00

13 lines
321 B
Diff

--- libexec/ypxfr/ypxfr_getmap.c.orig
+++ libexec/ypxfr/ypxfr_getmap.c
@@ -43,8 +43,8 @@
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;