nis_cache.x (5a1d14419a5b620430949a46cb6ee63148a43cb9) | nis_cache.x (5b31cc94b10d4bb7109c6b27940a0fc76a44a331) |
---|---|
1%/* 2% * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 3% * unrestricted use provided that this legend is included on all tape 4% * media and as a part of the software program in whole or part. Users 5% * may copy or modify Sun RPC without charge, but are not authorized 6% * to license or distribute it to anyone else except as part of a product or 7% * program developed by the user or with the express written consent of 8% * Sun Microsystems, Inc. --- 21 unchanged lines hidden (view full) --- 30 31/* 32 * nis_cache.x 33 * 34 * Copyright (c) 1988-1992 Sun Microsystems Inc 35 * All Rights Reserved. 36 */ 37 | 1%/* 2% * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 3% * unrestricted use provided that this legend is included on all tape 4% * media and as a part of the software program in whole or part. Users 5% * may copy or modify Sun RPC without charge, but are not authorized 6% * to license or distribute it to anyone else except as part of a product or 7% * program developed by the user or with the express written consent of 8% * Sun Microsystems, Inc. --- 21 unchanged lines hidden (view full) --- 30 31/* 32 * nis_cache.x 33 * 34 * Copyright (c) 1988-1992 Sun Microsystems Inc 35 * All Rights Reserved. 36 */ 37 |
38#ifndef RPC_HDR 39%#include <sys/cdefs.h> 40#endif 41 | |
42#ifdef RPC_HDR 43%#include <rpc/types.h> 44%#include <rpcsvc/nis.h> 45% 46%/* default cache file */ 47%#define CACHEFILE "/var/nis/NIS_SHARED_DIRCACHE" 48% 49%/* clients have to read-lock the cache file, and SVR4 locking requires that */ --- 33 unchanged lines hidden --- | 38#ifdef RPC_HDR 39%#include <rpc/types.h> 40%#include <rpcsvc/nis.h> 41% 42%/* default cache file */ 43%#define CACHEFILE "/var/nis/NIS_SHARED_DIRCACHE" 44% 45%/* clients have to read-lock the cache file, and SVR4 locking requires that */ --- 33 unchanged lines hidden --- |