summaryrefslogtreecommitdiff
path: root/lang/python15/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python15/files/patch-ab')
-rw-r--r--lang/python15/files/patch-ab26
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/python15/files/patch-ab b/lang/python15/files/patch-ab
deleted file mode 100644
index 78de5564172b..000000000000
--- a/lang/python15/files/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-*** 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;