pmap_prot.x (6ba807ae3ad4a36737776b8360698979fb378d97) | pmap_prot.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. 8% * --- 11 unchanged lines hidden (view full) --- 20% * 21% * In no event will Sun Microsystems, Inc. be liable for any lost revenue 22% * or profits or other special, indirect and consequential damages, even if 23% * Sun has been advised of the possibility of such damages. 24% * 25% * Sun Microsystems, Inc. 26% * 2550 Garcia Avenue 27% * Mountain View, California 94043 | 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. 8% * --- 11 unchanged lines hidden (view full) --- 20% * 21% * In no event will Sun Microsystems, Inc. be liable for any lost revenue 22% * or profits or other special, indirect and consequential damages, even if 23% * Sun has been advised of the possibility of such damages. 24% * 25% * Sun Microsystems, Inc. 26% * 2550 Garcia Avenue 27% * Mountain View, California 94043 |
28% * 29% * $FreeBSD$ | |
30% */ 31%/* 32% * Copyright (c) 1984,1989 by Sun Microsystems, Inc. 33% */ 34 35%/* from pmap_prot.x */ 36 37#ifdef RPC_HDR 38% 39%#pragma ident "@(#)pmap_prot.x 1.6 94/04/29 SMI" | 28% */ 29%/* 30% * Copyright (c) 1984,1989 by Sun Microsystems, Inc. 31% */ 32 33%/* from pmap_prot.x */ 34 35#ifdef RPC_HDR 36% 37%#pragma ident "@(#)pmap_prot.x 1.6 94/04/29 SMI" |
38%#include <sys/cdefs.h> 39%__FBSDID("$FreeBSD$"); |
|
40% 41%#ifndef _KERNEL 42% 43#endif 44 45/* 46 * Port Mapper Protocol Specification (in RPC Language) 47 * derived from RFC 1057 --- 232 unchanged lines hidden --- | 40% 41%#ifndef _KERNEL 42% 43#endif 44 45/* 46 * Port Mapper Protocol Specification (in RPC Language) 47 * derived from RFC 1057 --- 232 unchanged lines hidden --- |