Deleted Added
full compact
svc_generic.c (92905) svc_generic.c (92990)
1/* $NetBSD: svc_generic.c,v 1.3 2000/07/06 03:10:35 christos Exp $ */
1/* $NetBSD: svc_generic.c,v 1.3 2000/07/06 03:10:35 christos Exp $ */
2/* $FreeBSD: head/lib/libc/rpc/svc_generic.c 92905 2002-03-21 22:49:10Z obrien $ */
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.

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

31 */
32
33/*
34 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
35 */
36
37/* #ident "@(#)svc_generic.c 1.19 94/04/24 SMI" */
38
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
9 * program developed by the user.

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

30 */
31
32/*
33 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
34 */
35
36/* #ident "@(#)svc_generic.c 1.19 94/04/24 SMI" */
37
39#if 0
40#if !defined(lint) && defined(SCCSIDS)
41static char sccsid[] = "@(#)svc_generic.c 1.21 89/02/28 Copyr 1988 Sun Micro";
42#endif
38#if !defined(lint) && defined(SCCSIDS)
39static char sccsid[] = "@(#)svc_generic.c 1.21 89/02/28 Copyr 1988 Sun Micro";
40#endif
43#endif
41#include <sys/cdefs.h>
42__FBSDID("$FreeBSD: head/lib/libc/rpc/svc_generic.c 92990 2002-03-22 23:18:37Z obrien $");
44
45/*
46 * svc_generic.c, Server side for RPC.
47 *
48 */
49
50#include "namespace.h"
51#include "reentrant.h"

--- 262 unchanged lines hidden ---
43
44/*
45 * svc_generic.c, Server side for RPC.
46 *
47 */
48
49#include "namespace.h"
50#include "reentrant.h"

--- 262 unchanged lines hidden ---