diff options
author | jkh <jkh@FreeBSD.org> | 1995-11-25 18:07:59 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-11-25 18:07:59 +0000 |
commit | b5cd48af68aceb1cdfac817cc19c05abbe06c9c6 (patch) | |
tree | c14d4595153d31524cb804fcf2ac27dbf9fe6b25 | |
parent | 107f3ccf7b1c63e1884e75e3c0904f194c4f5a2e (diff) | |
download | FreeBSD-ports-b5cd48af68aceb1cdfac817cc19c05abbe06c9c6.zip FreeBSD-ports-b5cd48af68aceb1cdfac817cc19c05abbe06c9c6.tar.gz |
Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
-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; |