Deleted Added
full compact
getrpcport.c (74462) getrpcport.c (92990)
1/* $NetBSD: getrpcport.c,v 1.16 2000/01/22 22:19:18 mycroft 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

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

28 * 2550 Garcia Avenue
29 * Mountain View, California 94043
30 */
31
32#include <sys/cdefs.h>
33#if defined(LIBC_SCCS) && !defined(lint)
34static char *sccsid = "@(#)getrpcport.c 1.3 87/08/11 SMI";
35static char *sccsid = "@(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC";
1/* $NetBSD: getrpcport.c,v 1.16 2000/01/22 22:19:18 mycroft 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

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

28 * 2550 Garcia Avenue
29 * Mountain View, California 94043
30 */
31
32#include <sys/cdefs.h>
33#if defined(LIBC_SCCS) && !defined(lint)
34static char *sccsid = "@(#)getrpcport.c 1.3 87/08/11 SMI";
35static char *sccsid = "@(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC";
36static char *rcsid = "$FreeBSD: head/lib/libc/rpc/getrpcport.c 74462 2001-03-19 12:50:13Z alfred $";
37#endif
36#endif
37#include <sys/cdefs.h>
38__FBSDID("$FreeBSD: head/lib/libc/rpc/getrpcport.c 92990 2002-03-22 23:18:37Z obrien $");
38
39/*
40 * Copyright (c) 1985 by Sun Microsystems, Inc.
41 */
42
43#include "namespace.h"
44#include <sys/types.h>
45#include <sys/socket.h>

--- 33 unchanged lines hidden ---
39
40/*
41 * Copyright (c) 1985 by Sun Microsystems, Inc.
42 */
43
44#include "namespace.h"
45#include <sys/types.h>
46#include <sys/socket.h>

--- 33 unchanged lines hidden ---