Deleted Added
full compact
svc_simple.c (92905) svc_simple.c (92990)
1/* $NetBSD: svc_simple.c,v 1.20 2000/07/06 03:10:35 christos Exp $ */
1/* $NetBSD: svc_simple.c,v 1.20 2000/07/06 03:10:35 christos Exp $ */
2/* $FreeBSD: head/lib/libc/rpc/svc_simple.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.

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

29 * 2550 Garcia Avenue
30 * Mountain View, California 94043
31 */
32/*
33 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
34 */
35
36/* #pragma ident "@(#)svc_simple.c 1.18 94/04/24 SMI" */
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.

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

28 * 2550 Garcia Avenue
29 * Mountain View, California 94043
30 */
31/*
32 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
33 */
34
35/* #pragma ident "@(#)svc_simple.c 1.18 94/04/24 SMI" */
36#include <sys/cdefs.h>
37__FBSDID("$FreeBSD: head/lib/libc/rpc/svc_simple.c 92990 2002-03-22 23:18:37Z obrien $");
37
38/*
39 * svc_simple.c
40 * Simplified front end to rpc.
41 */
42
43/*
44 * This interface creates a virtual listener for all the services

--- 266 unchanged lines hidden ---
38
39/*
40 * svc_simple.c
41 * Simplified front end to rpc.
42 */
43
44/*
45 * This interface creates a virtual listener for all the services

--- 266 unchanged lines hidden ---