Deleted Added
full compact
rpc_sample.c (92921) rpc_sample.c (99979)
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 *

--- 12 unchanged lines hidden (view full) ---

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 *
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 *

--- 12 unchanged lines hidden (view full) ---

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: head/usr.bin/rpcgen/rpc_sample.c 92921 2002-03-22 01:33:25Z imp $
29 * $FreeBSD: head/usr.bin/rpcgen/rpc_sample.c 99979 2002-07-14 17:54:00Z alfred $
30 */
31
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 ---