Deleted Added
full compact
nis_cache.x (50473) nis_cache.x (114629)
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.

--- 24 unchanged lines hidden (view full) ---

33 *
34 * Copyright (c) 1988-1992 Sun Microsystems Inc
35 * All Rights Reserved.
36 */
37
38/* From: %#pragma ident "@(#)nis_cache.x 1.11 94/05/03 SMI" */
39
40#ifndef RPC_HDR
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.

--- 24 unchanged lines hidden (view full) ---

33 *
34 * Copyright (c) 1988-1992 Sun Microsystems Inc
35 * All Rights Reserved.
36 */
37
38/* From: %#pragma ident "@(#)nis_cache.x 1.11 94/05/03 SMI" */
39
40#ifndef RPC_HDR
41%#ifndef lint
42%static const char rcsid[] =
43% "$FreeBSD: head/include/rpcsvc/nis_cache.x 50473 1999-08-27 23:45:13Z peter $";
44%#endif /* not lint */
41%#include <sys/cdefs.h>
42%__FBSDID("$FreeBSD: head/include/rpcsvc/nis_cache.x 114629 2003-05-04 02:51:42Z obrien $");
45#endif
46
47#ifdef RPC_HDR
48%#include <rpc/types.h>
49%#include <rpcsvc/nis.h>
50%
51%/* default cache file */
52%#define CACHEFILE "/var/nis/NIS_SHARED_DIRCACHE"

--- 35 unchanged lines hidden ---
43#endif
44
45#ifdef RPC_HDR
46%#include <rpc/types.h>
47%#include <rpcsvc/nis.h>
48%
49%/* default cache file */
50%#define CACHEFILE "/var/nis/NIS_SHARED_DIRCACHE"

--- 35 unchanged lines hidden ---