rpc_clntout.c (d3cb5ded92a4fcf21400c9742ca884549bebc99e) | rpc_clntout.c (40ad88851bea3bb7fce12e7d23e5a0c1159e9080) |
---|---|
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 * --- 18 unchanged lines hidden (view full) --- 27 * Mountain View, California 94043 28 * 29 * $FreeBSD$ 30 */ 31 32#ident "@(#)rpc_clntout.c 1.15 94/04/25 SMI" 33 34#ifndef lint | 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 * --- 18 unchanged lines hidden (view full) --- 27 * Mountain View, California 94043 28 * 29 * $FreeBSD$ 30 */ 31 32#ident "@(#)rpc_clntout.c 1.15 94/04/25 SMI" 33 34#ifndef lint |
35#if 0 |
|
35static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; 36#endif | 36static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; 37#endif |
38#endif |
|
37 38/* 39 * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler 40 * Copyright (C) 1987, Sun Microsytsems, Inc. 41 */ 42#include <stdio.h> 43#include <string.h> 44#include <rpc/types.h> --- 288 unchanged lines hidden --- | 39 40/* 41 * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler 42 * Copyright (C) 1987, Sun Microsytsems, Inc. 43 */ 44#include <stdio.h> 45#include <string.h> 46#include <rpc/types.h> --- 288 unchanged lines hidden --- |