Deleted Added
full compact
svc_raw.c (92905) svc_raw.c (92990)
1/* $NetBSD: svc_raw.c,v 1.14 2000/07/06 03:10:35 christos Exp $ */
2
3/*
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * unrestricted use provided that this legend is included on all tape
6 * media and as a part of the software program in whole or part. Users
7 * may copy or modify Sun RPC without charge, but are not authorized
8 * to license or distribute it to anyone else except as part of a product or

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

29 * Mountain View, California 94043
30 */
31/*
32 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
33 */
34
35/* #ident "@(#)svc_raw.c 1.16 94/04/24 SMI" */
36
1/* $NetBSD: svc_raw.c,v 1.14 2000/07/06 03:10:35 christos Exp $ */
2
3/*
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * unrestricted use provided that this legend is included on all tape
6 * media and as a part of the software program in whole or part. Users
7 * may copy or modify Sun RPC without charge, but are not authorized
8 * to license or distribute it to anyone else except as part of a product or

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

29 * Mountain View, California 94043
30 */
31/*
32 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
33 */
34
35/* #ident "@(#)svc_raw.c 1.16 94/04/24 SMI" */
36
37#if 0
38#if defined(SCCSIDS) && !defined(lint)
39static char sccsid[] = "@(#)svc_raw.c 1.25 89/01/31 Copyr 1984 Sun Micro";
37#if defined(SCCSIDS) && !defined(lint)
38static char sccsid[] = "@(#)svc_raw.c 1.25 89/01/31 Copyr 1984 Sun Micro";
40static char *rcsid = "$FreeBSD: head/lib/libc/rpc/svc_raw.c 92905 2002-03-21 22:49:10Z obrien $";
41#endif
39#endif
42#endif
40#include <sys/cdefs.h>
41__FBSDID("$FreeBSD: head/lib/libc/rpc/svc_raw.c 92990 2002-03-22 23:18:37Z obrien $");
43
44/*
45 * svc_raw.c, This a toy for simple testing and timing.
46 * Interface to create an rpc client and server in the same UNIX process.
47 * This lets us similate rpc and get rpc (round trip) overhead, without
48 * any interference from the kernel.
49 *
50 */

--- 210 unchanged lines hidden ---
42
43/*
44 * svc_raw.c, This a toy for simple testing and timing.
45 * Interface to create an rpc client and server in the same UNIX process.
46 * This lets us similate rpc and get rpc (round trip) overhead, without
47 * any interference from the kernel.
48 *
49 */

--- 210 unchanged lines hidden ---