mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
This commit is contained in:
parent
3f08379849
commit
21daa105db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2463
2 changed files with 52 additions and 0 deletions
26
lang/python+ipv6/files/patch-ab
Normal file
26
lang/python+ipv6/files/patch-ab
Normal file
|
@ -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;
|
26
lang/python15/files/patch-ab
Normal file
26
lang/python15/files/patch-ab
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue