nis_callback.x (a4add9a9b110cb5deed00bf9cf7ca970daae2da7) | nis_callback.x (1542dbb49a51f3757fc2f7e85fcacba70b272cdf) |
---|---|
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_callback.x 1.7 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_callback.x 1.7 94/05/03 SMI" */ 39 40#ifndef RPC_HDR |
41%#ifndef lint 42%static const char rcsid[] = 43% "$FreeBSD$"; 44%#endif /* not lint */ | 41%#include <sys/cdefs.h> 42%__FBSDID("$FreeBSD$"); |
45#endif 46 47/* 48 * "@(#)zns_cback.x 1.2 90/09/10 Copyr 1990 Sun Micro" 49 * 50 * RPCL description of the Callback Service. 51 */ 52 --- 24 unchanged lines hidden --- | 43#endif 44 45/* 46 * "@(#)zns_cback.x 1.2 90/09/10 Copyr 1990 Sun Micro" 47 * 48 * RPCL description of the Callback Service. 49 */ 50 --- 24 unchanged lines hidden --- |