blob: 78de5564172b60d4abbf46315bf4a971d2544612 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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;
|