diff options
-rw-r--r-- | lang/python+ipv6/files/patch-ab | 26 | ||||
-rw-r--r-- | lang/python15/files/patch-ab | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/lang/python+ipv6/files/patch-ab b/lang/python+ipv6/files/patch-ab new file mode 100644 index 0000000..78de556 --- /dev/null +++ b/lang/python+ipv6/files/patch-ab @@ -0,0 +1,26 @@ +*** Modules/nismodule.c~ Sat Nov 25 09:31:38 1995 +--- Modules/nismodule.c Sat Nov 25 09:31:51 1995 +*************** +*** 14,24 **** + #include "modsupport.h" + #include "ceval.h" + +- #include <rpcsvc/ypclnt.h> + #include <sys/time.h> + #include <sys/types.h> + #include <rpc/rpc.h> + #include <rpcsvc/yp_prot.h> + + static object *NisError; + +--- 14,24 ---- + #include "modsupport.h" + #include "ceval.h" + + #include <sys/time.h> + #include <sys/types.h> + #include <rpc/rpc.h> + #include <rpcsvc/yp_prot.h> ++ #include <rpcsvc/ypclnt.h> + + static object *NisError; diff --git a/lang/python15/files/patch-ab b/lang/python15/files/patch-ab new file mode 100644 index 0000000..78de556 --- /dev/null +++ b/lang/python15/files/patch-ab @@ -0,0 +1,26 @@ +*** Modules/nismodule.c~ Sat Nov 25 09:31:38 1995 +--- Modules/nismodule.c Sat Nov 25 09:31:51 1995 +*************** +*** 14,24 **** + #include "modsupport.h" + #include "ceval.h" + +- #include <rpcsvc/ypclnt.h> + #include <sys/time.h> + #include <sys/types.h> + #include <rpc/rpc.h> + #include <rpcsvc/yp_prot.h> + + static object *NisError; + +--- 14,24 ---- + #include "modsupport.h" + #include "ceval.h" + + #include <sys/time.h> + #include <sys/types.h> + #include <rpc/rpc.h> + #include <rpcsvc/yp_prot.h> ++ #include <rpcsvc/ypclnt.h> + + static object *NisError; |