Deleted Added
full compact
clnt_dg.c (90271) clnt_dg.c (90868)
1/* $NetBSD: clnt_dg.c,v 1.4 2000/07/14 08:40:41 fvdl Exp $ */
1/* $NetBSD: clnt_dg.c,v 1.4 2000/07/14 08:40:41 fvdl Exp $ */
2/* $FreeBSD: head/lib/libc/rpc/clnt_dg.c 90271 2002-02-05 23:43:43Z alfred $ */
2/* $FreeBSD: head/lib/libc/rpc/clnt_dg.c 90868 2002-02-18 20:35:27Z mike $ */
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.

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

47
48#include "namespace.h"
49#include "reentrant.h"
50#include <sys/poll.h>
51#include <sys/types.h>
52#include <sys/time.h>
53#include <sys/socket.h>
54#include <sys/ioctl.h>
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.

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

47
48#include "namespace.h"
49#include "reentrant.h"
50#include <sys/poll.h>
51#include <sys/types.h>
52#include <sys/time.h>
53#include <sys/socket.h>
54#include <sys/ioctl.h>
55#include <arpa/inet.h>
55#include <rpc/rpc.h>
56#include <errno.h>
57#include <stdlib.h>
58#include <string.h>
59#include <signal.h>
60#include <unistd.h>
61#include <err.h>
62#include "un-namespace.h"

--- 796 unchanged lines hidden ---
56#include <rpc/rpc.h>
57#include <errno.h>
58#include <stdlib.h>
59#include <string.h>
60#include <signal.h>
61#include <unistd.h>
62#include <err.h>
63#include "un-namespace.h"

--- 796 unchanged lines hidden ---