pmap_prot.x (9524e274b5484ac8b43bacd90d4029183ccf6476) | pmap_prot.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. 8% * --- 20 unchanged lines hidden (view full) --- 29%/* 30% * Copyright (c) 1984,1989 by Sun Microsystems, Inc. 31% */ 32 33%/* from pmap_prot.x */ 34 35#ifdef RPC_HDR 36% | 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% * --- 20 unchanged lines hidden (view full) --- 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% | |
40%#ifndef _KERNEL 41% 42#endif 43 44/* 45 * Port Mapper Protocol Specification (in RPC Language) 46 * derived from RFC 1057 47 */ --- 231 unchanged lines hidden --- | 37%#ifndef _KERNEL 38% 39#endif 40 41/* 42 * Port Mapper Protocol Specification (in RPC Language) 43 * derived from RFC 1057 44 */ --- 231 unchanged lines hidden --- |