rpc_scan.c (d3cb5ded92a4fcf21400c9742ca884549bebc99e) | rpc_scan.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_scan.c 1.13 93/07/05 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_scan.c 1.13 93/07/05 SMI" 33 34#ifndef lint |
35#if 0 |
|
35static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; 36#endif | 36static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; 37#endif |
38#endif |
|
37 38/* 39 * rpc_scan.c, Scanner for the RPC protocol compiler 40 * Copyright (C) 1987, Sun Microsystems, Inc. 41 */ 42 43#include <sys/types.h> 44 --- 477 unchanged lines hidden --- | 39 40/* 41 * rpc_scan.c, Scanner for the RPC protocol compiler 42 * Copyright (C) 1987, Sun Microsystems, Inc. 43 */ 44 45#include <sys/types.h> 46 --- 477 unchanged lines hidden --- |