mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00: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
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…
Reference in New Issue
Block a user