rpc_sample.c (d3cb5ded92a4fcf21400c9742ca884549bebc99e) | rpc_sample.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 * --- 15 unchanged lines hidden (view full) --- 24 * 25 * Sun Microsystems, Inc. 26 * 2550 Garcia Avenue 27 * Mountain View, California 94043 28 * 29 * $FreeBSD$ 30 */ 31 | 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 * --- 15 unchanged lines hidden (view full) --- 24 * 25 * Sun Microsystems, Inc. 26 * 2550 Garcia Avenue 27 * Mountain View, California 94043 28 * 29 * $FreeBSD$ 30 */ 31 |
32#pragma ident "@(#)rpc_sample.c 1.9 94/04/25 SMI" | 32/* #pragma ident "@(#)rpc_sample.c 1.9 94/04/25 SMI" */ |
33 34/* 35 * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler 36 * Copyright (C) 1987, Sun Microsystems, Inc. 37 */ 38 39#include <stdio.h> 40#include <string.h> --- 274 unchanged lines hidden --- | 33 34/* 35 * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler 36 * Copyright (C) 1987, Sun Microsystems, Inc. 37 */ 38 39#include <stdio.h> 40#include <string.h> --- 274 unchanged lines hidden --- |