freebsd-ports/lang/python15/files/patch-ab
Jordan K. Hubbard 21daa105db Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by:	Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-11-25 18:07:59 +00:00

26 lines
570 B
Text

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