1
0
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:
Jordan K. Hubbard 1995-11-25 18:07:59 +00:00
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

View 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;

View 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;