Deleted Added
full compact
yp_svc_udp.c (30827) yp_svc_udp.c (50479)
1/*
2 * Copyright (c) 1996
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33#ifndef lint
34static const char rcsid[] =
1/*
2 * Copyright (c) 1996
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33#ifndef lint
34static const char rcsid[] =
35 "$Id$";
35 "$FreeBSD: head/usr.sbin/ypserv/yp_svc_udp.c 50479 1999-08-28 01:35:59Z peter $";
36#endif /* not lint */
37
38#include <rpc/rpc.h>
39#include "yp_extern.h"
40
41/*
42 * XXX Must not diverge from what's in src/lib/libc/rpc/svc_udp.c
43 */

--- 46 unchanged lines hidden ---
36#endif /* not lint */
37
38#include <rpc/rpc.h>
39#include "yp_extern.h"
40
41/*
42 * XXX Must not diverge from what's in src/lib/libc/rpc/svc_udp.c
43 */

--- 46 unchanged lines hidden ---