Deleted Added
full compact
rpc_main.c (141604) rpc_main.c (146833)
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 *

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

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

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

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
30
31#ident "@(#)rpc_main.c 1.21 94/04/25 SMI"
32
33#if 0
34#ifndef lint
31#if 0
32#ifndef lint
33#ident "@(#)rpc_main.c 1.21 94/04/25 SMI"
35static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI";
36#endif
37#endif
38
39#include <sys/cdefs.h>
34static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI";
35#endif
36#endif
37
38#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/usr.bin/rpcgen/rpc_main.c 141604 2005-02-10 08:12:38Z stefanf $");
39__FBSDID("$FreeBSD: head/usr.bin/rpcgen/rpc_main.c 146833 2005-05-31 20:00:29Z stefanf $");
41
42/*
43 * rpc_main.c, Top level of the RPC protocol compiler.
44 * Copyright (C) 1987, Sun Microsystems, Inc.
45 */
46
47#include <err.h>
48#include <ctype.h>

--- 1290 unchanged lines hidden ---
40
41/*
42 * rpc_main.c, Top level of the RPC protocol compiler.
43 * Copyright (C) 1987, Sun Microsystems, Inc.
44 */
45
46#include <err.h>
47#include <ctype.h>

--- 1290 unchanged lines hidden ---