Deleted Added
sdiff udiff text old ( 92905 ) new ( 92990 )
full compact
1/* $NetBSD: svc_simple.c,v 1.20 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
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 $");
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 ---