summaryrefslogtreecommitdiff
path: root/lang/python+ipv6
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-11-25 18:07:59 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-11-25 18:07:59 +0000
commit21daa105dba2d8e394daccea652fd5f01367fcdd (patch)
tree9ec3020a34ed8c0563e3bbd086e8918ea11fbefa /lang/python+ipv6
parentUpgrade 2.2.1 -> 2.2.2 (diff)
Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
Notes
Notes: svn path=/head/; revision=2463
Diffstat (limited to 'lang/python+ipv6')
-rw-r--r--lang/python+ipv6/files/patch-ab26
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/python+ipv6/files/patch-ab b/lang/python+ipv6/files/patch-ab
new file mode 100644
index 000000000000..78de5564172b
--- /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;