summaryrefslogtreecommitdiffstats
path: root/lang/python15
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-25 18:07:59 +0000
committerjkh <jkh@FreeBSD.org>1995-11-25 18:07:59 +0000
commitb5cd48af68aceb1cdfac817cc19c05abbe06c9c6 (patch)
treec14d4595153d31524cb804fcf2ac27dbf9fe6b25 /lang/python15
parent107f3ccf7b1c63e1884e75e3c0904f194c4f5a2e (diff)
downloadFreeBSD-ports-b5cd48af68aceb1cdfac817cc19c05abbe06c9c6.zip
FreeBSD-ports-b5cd48af68aceb1cdfac817cc19c05abbe06c9c6.tar.gz
Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
Diffstat (limited to 'lang/python15')
-rw-r--r--lang/python15/files/patch-ab26
1 files changed, 26 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud