diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-25 18:07:59 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-25 18:07:59 +0000 |
commit | 21daa105dba2d8e394daccea652fd5f01367fcdd (patch) | |
tree | 9ec3020a34ed8c0563e3bbd086e8918ea11fbefa /lang/python15 | |
parent | Upgrade 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/python15')
-rw-r--r-- | lang/python15/files/patch-ab | 26 |
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 000000000000..78de5564172b --- /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; |